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 9b010c1 commit 106cf89Copy full SHA for 106cf89
static/app/components/searchQueryBuilder/hooks/useQueryBuilderState.tsx
@@ -135,7 +135,7 @@ type UpdateFreeTextActionOnColon = {
135
focusOverride?: FocusOverride;
136
};
137
138
-export type ReplaceTokensWithTextOnPasteAction = {
+type ReplaceTokensWithTextOnPasteAction = {
139
text: string;
140
tokens: ParseResultToken[];
141
type: 'REPLACE_TOKENS_WITH_TEXT_ON_PASTE';
0 commit comments