We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318aadf commit 39742afCopy full SHA for 39742af
src/custom/Workspaces/DesignTable.tsx
@@ -24,7 +24,6 @@ export interface DesignTableProps {
24
workspaceId: string;
25
isKanvasEnabled: boolean;
26
workspaceName: string;
27
- designsOfWorkspace: any;
28
meshModelModelsData: any;
29
useGetWorkspaceDesignsQuery: any;
30
useAssignDesignToWorkspaceMutation: any;
@@ -57,7 +56,6 @@ export interface DesignTableProps {
57
56
isUnpublishAllowed: boolean;
58
isAssignAllowed: boolean;
59
isRemoveAllowed: boolean;
60
- setDesignSearch: (value: string) => void;
61
handleOpenInDesigner?: (designId: string, designName: string) => void;
62
showPlaygroundActions?: boolean;
63
handleVisibilityChange?: (id: string, visibility: VIEW_VISIBILITY) => void;
0 commit comments