mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
add: missing scope to template to prevent a crash on console.
This commit is contained in:
parent
9b404db87f
commit
4fe2611ccc
1 changed files with 2 additions and 1 deletions
|
|
@ -1567,7 +1567,8 @@ return [
|
|||
'required' => false,
|
||||
'type' => 'number'
|
||||
]
|
||||
]
|
||||
],
|
||||
'scopes' => []
|
||||
],
|
||||
[
|
||||
'icon' => 'icon-chip',
|
||||
|
|
|
|||
Loading…
Reference in a new issue