format
This commit is contained in:
parent
7657c4df73
commit
1f379e70eb
2 changed files with 1 additions and 3 deletions
|
@ -18,7 +18,7 @@ export type Action = {
|
|||
};
|
||||
|
||||
export type ListEmptyStateProps = {
|
||||
id?: string,
|
||||
id?: string;
|
||||
message: string;
|
||||
instructions: string;
|
||||
primaryActionText?: string;
|
||||
|
|
|
@ -169,8 +169,6 @@ export const RealmRoleTabs = () => {
|
|||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
const addComposites = async (composites: Composites[]): Promise<void> => {
|
||||
const compositeArray = composites;
|
||||
|
|
Loading…
Reference in a new issue