web: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -1,26 +1,17 @@ | |||||||
| import { DEFAULT_CONFIG } from "@goauthentik/common/api/config"; | import { DEFAULT_CONFIG } from "@goauthentik/common/api/config"; | ||||||
| import { SentryIgnoredError } from "@goauthentik/common/errors"; | import { SentryIgnoredError } from "@goauthentik/common/errors"; | ||||||
|  | import { PFColor } from "@goauthentik/elements/Label"; | ||||||
| import { Form } from "@goauthentik/elements/forms/Form"; | import { Form } from "@goauthentik/elements/forms/Form"; | ||||||
| import "@goauthentik/elements/forms/HorizontalFormElement"; | import "@goauthentik/elements/forms/HorizontalFormElement"; | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| import { t } from "@lingui/macro"; | import { t } from "@lingui/macro"; | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| import { CSSResult, TemplateResult, html } from "lit"; | import { CSSResult, TemplateResult, html } from "lit"; | ||||||
| import { customElement, state } from "lit/decorators.js"; | import { customElement, state } from "lit/decorators.js"; | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| import PFDescriptionList from "@patternfly/patternfly/components/DescriptionList/description-list.css"; | import PFDescriptionList from "@patternfly/patternfly/components/DescriptionList/description-list.css"; | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| import { Flow, FlowImportResult, FlowsApi } from "@goauthentik/api"; | import { Flow, FlowImportResult, FlowsApi } from "@goauthentik/api"; | ||||||
| import { PFColor } from "@goauthentik/elements/Label"; |  | ||||||
|  |  | ||||||
|  |  | ||||||
| @customElement("ak-flow-import-form") | @customElement("ak-flow-import-form") | ||||||
| export class FlowImportForm extends Form<Flow> { | export class FlowImportForm extends Form<Flow> { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer