Skip to content

Commit 4188502

Browse files
v-rudkovskiyr-brown
authored andcommitted
Introduce warning level
1 parent 47d701a commit 4188502

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,10 @@ export default {
199199
Validation: {
200200
FOR_OFFLINE_USE: 'forOfflineUse',
201201
},
202+
203+
WarningLevel: {
204+
GREEN: 'GREEN',
205+
YELLOW: 'YELLOW',
206+
RED: 'RED',
207+
},
202208
};

0 commit comments

Comments
 (0)