From 7ddff30d86c1150bce9735c989acdc63426799d3 Mon Sep 17 00:00:00 2001 From: murmur Date: Sun, 30 Jun 2024 19:03:47 +0800 Subject: [PATCH] fix freq error --- res/cfg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/cfg.json b/res/cfg.json index 159e768..e53dd7f 100644 --- a/res/cfg.json +++ b/res/cfg.json @@ -103,7 +103,7 @@ "id": "submitButton", "size": "md", "block": false, - "disabledOn": "freq === undefined || freq === ''", + "disabledOn": "this.freq === undefined || this.freq === ''", "onEvent": { "click": { "actions": [