[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:
Prateek Shourya 2024-07-15 16:55:26 +05:30 committed by GitHub
parent 33d6a8d233
commit 56331a7b55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 69 additions and 51 deletions

View file

@ -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;