add disable investigational dialog
This commit is contained in:
@@ -11,7 +11,8 @@ export enum showDialogOption {
|
||||
|
||||
const InvestigationalUseDialog = ({
|
||||
dialogConfiguration = {
|
||||
option: showDialogOption.AlwaysShowDialog,
|
||||
// option: showDialogOption.AlwaysShowDialog,
|
||||
option: showDialogOption.NeverShowDialog, // * Agar tidak tampil
|
||||
},
|
||||
}) => {
|
||||
const { option, days } = dialogConfiguration;
|
||||
|
||||
Reference in New Issue
Block a user