[WEB-1949] chore: delete workspace components restructuring. (#5123)
* [WEB-1949] chore: delete workspace components restructuring. * chore: update delete workspace section.
This commit is contained in:
parent
33d6a8d233
commit
56331a7b55
7 changed files with 69 additions and 51 deletions
|
|
@ -13,7 +13,7 @@ export type TModalVariant = "danger" | "primary";
|
|||
type Props = {
|
||||
content: React.ReactNode | string;
|
||||
handleClose: () => void;
|
||||
handleSubmit: () => Promise<void>;
|
||||
handleSubmit: () => void;
|
||||
hideIcon?: boolean;
|
||||
isSubmitting: boolean;
|
||||
isOpen: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue