1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

adds success notification when saving api keys

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-12 13:29:54 +01:00
parent 2cd7567f9d
commit 3cfd4cc590

View file

@ -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