fix freq error
This commit is contained in:
parent
f0b89580fd
commit
7ddff30d86
@ -103,7 +103,7 @@
|
|||||||
"id": "submitButton",
|
"id": "submitButton",
|
||||||
"size": "md",
|
"size": "md",
|
||||||
"block": false,
|
"block": false,
|
||||||
"disabledOn": "freq === undefined || freq === ''",
|
"disabledOn": "this.freq === undefined || this.freq === ''",
|
||||||
"onEvent": {
|
"onEvent": {
|
||||||
"click": {
|
"click": {
|
||||||
"actions": [
|
"actions": [
|
||||||
|
Loading…
Reference in New Issue
Block a user