fix submission tags

This commit is contained in:
_Bastler 2021-12-02 20:44:56 +01:00
parent fb6631576e
commit c2b29317c3
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ export class PageEntryEdit implements OnInit, OnDestroy {
} else {
this.entry = {};
this.entry.entryType = this.entryType;
this.entry.tags = [];
}
}