mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
web: Consistent use of static styles (#15510)
* web: Initial style clean up. * web: Clean up type 2 styles. * web: Clean up type 3 styles. * web: Add Prettier formatter.
This commit is contained in:
@@ -34,9 +34,7 @@ export class DeleteObjectsTable<T> extends Table<T> {
|
||||
@state()
|
||||
usedByData: Map<T, UsedBy[]> = new Map();
|
||||
|
||||
static get styles(): CSSResult[] {
|
||||
return super.styles.concat(PFList);
|
||||
}
|
||||
static styles: CSSResult[] = [...super.styles, PFList];
|
||||
|
||||
async apiEndpoint(): Promise<PaginatedResponse<T>> {
|
||||
return Promise.resolve({
|
||||
|
||||
Reference in New Issue
Block a user