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