mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
web: elements: Table: Fix table selection clearing behavior (#13959)
web: elements: Table: Fix table selection clearing and modal closing behavior Closes https://github.com/goauthentik/authentik/issues/13831
This commit is contained in:
@@ -167,13 +167,13 @@ export class DeleteBulkForm<T> extends ModalButton {
|
||||
}),
|
||||
);
|
||||
this.onSuccess();
|
||||
this.open = false;
|
||||
this.dispatchEvent(
|
||||
new CustomEvent(EVENT_REFRESH, {
|
||||
bubbles: true,
|
||||
composed: true,
|
||||
}),
|
||||
);
|
||||
this.open = false;
|
||||
} catch (e) {
|
||||
this.onError(e as Error);
|
||||
throw e;
|
||||
|
||||
Reference in New Issue
Block a user