web/admin: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
0488d36257
commit
3eecc76717
|
@ -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()}
|
||||
`;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Reference in New Issue