Skip to content

Commit 39742af

Browse files
committed
chore: remove props
Signed-off-by: Amit Amrutiya <[email protected]>
1 parent 318aadf commit 39742af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/custom/Workspaces/DesignTable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export interface DesignTableProps {
2424
workspaceId: string;
2525
isKanvasEnabled: boolean;
2626
workspaceName: string;
27-
designsOfWorkspace: any;
2827
meshModelModelsData: any;
2928
useGetWorkspaceDesignsQuery: any;
3029
useAssignDesignToWorkspaceMutation: any;
@@ -57,7 +56,6 @@ export interface DesignTableProps {
5756
isUnpublishAllowed: boolean;
5857
isAssignAllowed: boolean;
5958
isRemoveAllowed: boolean;
60-
setDesignSearch: (value: string) => void;
6159
handleOpenInDesigner?: (designId: string, designName: string) => void;
6260
showPlaygroundActions?: boolean;
6361
handleVisibilityChange?: (id: string, visibility: VIEW_VISIBILITY) => void;

0 commit comments

Comments
 (0)