fix: [UI] There is nothing like AuthKey.disabled

pull/6586/head
Jakub Onderka 2020-11-19 13:18:39 +01:00
parent 1c5b3c8e3d
commit 2302974cc9
1 changed files with 0 additions and 6 deletions

View File

@ -56,12 +56,6 @@
'data_path' => 'AuthKey.expiration',
'element' => 'expiration'
],
[
'name' => __('Disabled'),
'sort' => 'AuthKey.disabled',
'data_path' => 'AuthKey.disabled',
'element' => 'boolean'
],
[
'name' => __('Comment'),
'sort' => 'AuthKey.comment',