web: fix ModalButton working in global scope, causing issues on 2nd use
This commit is contained in:
@ -9,6 +9,7 @@ import { TablePage } from "../../elements/table/TablePage";
|
||||
import "./OutpostHealth";
|
||||
import "../../elements/buttons/SpinnerButton";
|
||||
import "../../elements/buttons/ModalButton";
|
||||
import "../../elements/buttons/TokenCopyButton";
|
||||
|
||||
@customElement("ak-outpost-list")
|
||||
export class OutpostListPage extends TablePage<Outpost> {
|
||||
|
||||
Reference in New Issue
Block a user