[Update] Add success notification when deepL Auth key has updated successfully.

This commit is contained in:
Sakamoto Shiina
2025-03-18 20:25:54 +09:00
parent e670672e15
commit f40f916bec
3 changed files with 12 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ export const useNotificationStatus = () => {
});
};
const showNotification_Success = (message) => {
const showNotification_Success = (message, options = {}) => {
updateNotificationStatus({
status: "success",
is_open: true,