mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 02:07:08 +08:00
Variable name and key binding
This commit is contained in:
@@ -21,7 +21,7 @@ import Mattermost from "./Mattermost.vue";
|
||||
*
|
||||
* @type { Record<string, any> }
|
||||
*/
|
||||
const NotificationForm = {
|
||||
const NotificationFormList = {
|
||||
"telegram": Telegram,
|
||||
"webhook": Webhook,
|
||||
"smtp": STMP,
|
||||
@@ -41,4 +41,4 @@ const NotificationForm = {
|
||||
"mattermost": Mattermost
|
||||
}
|
||||
|
||||
export default NotificationForm
|
||||
export default NotificationFormList
|
||||
|
Reference in New Issue
Block a user