adds success notification when saving api keys
This commit is contained in:
parent
2cd7567f9d
commit
3cfd4cc590
|
@ -19,6 +19,7 @@
|
|||
const response = await api.put(`/api/keys/${key}`, { value })
|
||||
const res = await response.json()
|
||||
keys = { ...keys, ...res }
|
||||
notifier.success("API Key saved.")
|
||||
}
|
||||
|
||||
// Get Keys
|
||||
|
|
Loading…
Reference in New Issue