fix(salesforce) reduce notification duration (#14068)

This commit is contained in:
Mihaela Dumitru
2023-11-17 11:59:57 +02:00
committed by GitHub
parent b0c56d8963
commit 000458697d

View File

@@ -31,6 +31,6 @@ export function showSalesforceNotification() {
dispatch(openDialog(SalesforceLinkDialog));
} ],
appearance: NOTIFICATION_TYPE.NORMAL
}, NOTIFICATION_TIMEOUT_TYPE.STICKY));
}, NOTIFICATION_TIMEOUT_TYPE.LONG));
};
}