Skip to content

Commit 4b3c3cb

Browse files
committed
chore: constant added for Type to see matching results
1 parent 2d99a44 commit 4b3c3cb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Shared/constants.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ export const NO_MATCHING_RESULT = 'No matching results'
111111
*/
112112
export const TYPE_3_CHARACTERS_TO_SEE_MATCHING_RESULTS = 'Type 3 chars to see matching results'
113113

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+
114120
export const EMPTY_STATE_STATUS = {
115121
DATA_NOT_AVAILABLE: 'Data not available',
116122
API_TOKEN: {

0 commit comments

Comments
 (0)