File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
libs/shared/src/types/bilablemetric-code Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,11 @@ function ImportDetails() {
130130 id : MODAL_KEYS . WELCOME_IMPORTER ,
131131 children : < WelcomeImporterModal onDoWelcomeWidgetAction = { onWelcomeImportClick } /> ,
132132 withCloseButton : false ,
133- closeOnClickOutside : true ,
134133 centered : true ,
135134 size : 'xl' ,
135+ onClose ( ) {
136+ clearWelcomeFlag ( ) ;
137+ } ,
136138 } ) ;
137139 }
138140 } , [ showWelcome , onWelcomeImportClick ] ) ;
Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ export enum BILLABLEMETRIC_CODE_ENUM {
1616 FIND_AND_REPLACE = 'FIND_AND_REPLACE' ,
1717 RUNTIME_SCHEMA = 'RUNTIME_SCHEMA' ,
1818 DATA_SEEDING = 'DATA_SEEDING' ,
19+ APPEARANCE_CUSTOMIZATION = 'APPEARANCE_CUSTOMIZATION' ,
1920}
You can’t perform that action at this time.
0 commit comments