web/admin: fix linting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-25 17:52:40 +01:00
parent 0488d36257
commit 3eecc76717
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -151,7 +151,9 @@ export class BoundStagesList extends Table<FlowStageBinding> {
<span slot="header"> ${t`Create Stage binding`} </span>
<ak-stage-binding-form slot="form" targetPk=${ifDefined(this.target)}>
</ak-stage-binding-form>
<button slot="trigger" class="pf-c-button pf-m-primary">${t`Bind existing stage`}</button>
<button slot="trigger" class="pf-c-button pf-m-primary">
${t`Bind existing stage`}
</button>
</ak-forms-modal>
${super.renderToolbar()}
`;

View File

@ -102,7 +102,6 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> {
</p>
</ak-form-element-horizontal>
<ak-form-element-horizontal label=${t`Group`} name="createUsersGroup">
<!-- @ts-ignore -->
<ak-search-select
.fetchObjects=${async (query?: string): Promise<Group[]> => {
const args: CoreGroupsListRequest = {