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 2d99a44 commit 4b3c3cbCopy full SHA for 4b3c3cb
src/Shared/constants.tsx
@@ -111,6 +111,12 @@ export const NO_MATCHING_RESULT = 'No matching results'
111
*/
112
export const TYPE_3_CHARACTERS_TO_SEE_MATCHING_RESULTS = 'Type 3 chars to see matching results'
113
114
+/**
115
+ * Constants for TYPE TO SEE MATCHING RESULTS
116
+ */
117
+
118
+export const TYPE_TO_SEE_MATCHING_RESULTS = 'Type to see matching results'
119
120
export const EMPTY_STATE_STATUS = {
121
DATA_NOT_AVAILABLE: 'Data not available',
122
API_TOKEN: {
0 commit comments