Skip to content

Commit e5e297c

Browse files
committed
Fixed Token form
1 parent 9a3e9ee commit e5e297c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Resources/TokenResource.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ public static function form(Schema $schema): Schema
6262
})
6363
->required(),
6464
]),
65-
6665
Section::make(__('api-service::api-service.section.abilities'))
6766
->description(__('api-service::api-service.section.abilities.description'))
68-
->schema(static::getAbilitiesSchema()),
69-
]);
67+
->schema(static::getAbilitiesSchema())
68+
->columns(2),
69+
])
70+
->columns(1);
7071
}
71-
7272
public static function getAbilitiesSchema(): array
7373
{
7474
$schema = [];

0 commit comments

Comments
 (0)