Skip to content

Commit afae856

Browse files
committed
removed unused keywords type
1 parent 7b0a911 commit afae856

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/sim/stores/modals/search/store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export const useSearchModalStore = create<SearchModalState>()(
135135
bgColor: op.bgColor,
136136
blockType: op.blockType,
137137
operationId: op.operationId,
138-
keywords: op.aliases,
139138
}))
140139

141140
set({

apps/sim/stores/modals/search/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export interface SearchToolOperationItem {
2525
bgColor: string
2626
blockType: string
2727
operationId: string
28-
keywords: string[]
2928
}
3029

3130
/**

0 commit comments

Comments
 (0)