refactor type
This commit is contained in:
parent
6b312f755e
commit
56600ba1df
12 changed files with 19 additions and 19 deletions
|
|
@ -26,7 +26,7 @@ export const meta = {
|
|||
// TODO: Check it is valid url
|
||||
callbackUrl: {
|
||||
validator: $.optional.nullable.str,
|
||||
default: null as any,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue