This commit is contained in:
jenny-s51 2021-02-24 16:05:56 -05:00
parent 7657c4df73
commit 1f379e70eb
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,7 @@ export type Action = {
};
export type ListEmptyStateProps = {
id?: string,
id?: string;
message: string;
instructions: string;
primaryActionText?: string;

View file

@ -170,8 +170,6 @@ export const RealmRoleTabs = () => {
}
};
const addComposites = async (composites: Composites[]): Promise<void> => {
const compositeArray = composites;
setAdditionalRoles([...additionalRoles, ...compositeArray]);