Skip to content

Commit 106cf89

Browse files
committed
🚨 Resolve knip issue
1 parent 9b010c1 commit 106cf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/searchQueryBuilder/hooks/useQueryBuilderState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ type UpdateFreeTextActionOnColon = {
135135
focusOverride?: FocusOverride;
136136
};
137137

138-
export type ReplaceTokensWithTextOnPasteAction = {
138+
type ReplaceTokensWithTextOnPasteAction = {
139139
text: string;
140140
tokens: ParseResultToken[];
141141
type: 'REPLACE_TOKENS_WITH_TEXT_ON_PASTE';

0 commit comments

Comments
 (0)