web: implement initial DeleteForm

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-18 01:43:12 +01:00
parent ac78e3e2ec
commit a95b6e0e61
5 changed files with 99 additions and 8 deletions

View File

@ -15,7 +15,7 @@ export class ActionButton extends SpinnerButton {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
apiRequest: () => Promise<any> = () => { throw new Error(); };
callAction(): void {
defaultCallAction(): void {
if (this.isRunning === true) {
return;
}