Skip to content

Commit 465b37f

Browse files
feat: Cleared the welcome flag and added the APPEARANCE_CUSTOMIZATION metric
1 parent 07d007c commit 465b37f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/web/pages/imports/[id].tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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]);

libs/shared/src/types/bilablemetric-code/billablemetriccode.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)