[Update] Add success notification when deepL Auth key has updated successfully.
This commit is contained in:
@@ -15,7 +15,7 @@ export const useNotificationStatus = () => {
|
||||
});
|
||||
};
|
||||
|
||||
const showNotification_Success = (message) => {
|
||||
const showNotification_Success = (message, options = {}) => {
|
||||
updateNotificationStatus({
|
||||
status: "success",
|
||||
is_open: true,
|
||||
|
||||
Reference in New Issue
Block a user