web/admin: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -151,7 +151,9 @@ export class BoundStagesList extends Table<FlowStageBinding> { | |||||||
|                 <span slot="header"> ${t`Create Stage binding`} </span> |                 <span slot="header"> ${t`Create Stage binding`} </span> | ||||||
|                 <ak-stage-binding-form slot="form" targetPk=${ifDefined(this.target)}> |                 <ak-stage-binding-form slot="form" targetPk=${ifDefined(this.target)}> | ||||||
|                 </ak-stage-binding-form> |                 </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> |             </ak-forms-modal> | ||||||
|             ${super.renderToolbar()} |             ${super.renderToolbar()} | ||||||
|         `; |         `; | ||||||
|  | |||||||
| @ -102,7 +102,6 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> { | |||||||
|                         </p> |                         </p> | ||||||
|                     </ak-form-element-horizontal> |                     </ak-form-element-horizontal> | ||||||
|                     <ak-form-element-horizontal label=${t`Group`} name="createUsersGroup"> |                     <ak-form-element-horizontal label=${t`Group`} name="createUsersGroup"> | ||||||
|                         <!-- @ts-ignore --> |  | ||||||
|                         <ak-search-select |                         <ak-search-select | ||||||
|                             .fetchObjects=${async (query?: string): Promise<Group[]> => { |                             .fetchObjects=${async (query?: string): Promise<Group[]> => { | ||||||
|                                 const args: CoreGroupsListRequest = { |                                 const args: CoreGroupsListRequest = { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer