We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0a911 commit afae856Copy full SHA for afae856
apps/sim/stores/modals/search/store.ts
@@ -135,7 +135,6 @@ export const useSearchModalStore = create<SearchModalState>()(
135
bgColor: op.bgColor,
136
blockType: op.blockType,
137
operationId: op.operationId,
138
- keywords: op.aliases,
139
}))
140
141
set({
apps/sim/stores/modals/search/types.ts
@@ -25,7 +25,6 @@ export interface SearchToolOperationItem {
25
bgColor: string
26
blockType: string
27
operationId: string
28
- keywords: string[]
29
}
30
31
/**
0 commit comments