fix submission tags

This commit is contained in:
_Bastler 2021-12-02 20:44:56 +01:00
parent fb6631576e
commit c2b29317c3

View File

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