website/docs: prepare next release notes

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-07 22:32:53 +02:00
parent b36a3100e6
commit 787f5a1e96
2 changed files with 31 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export class OutpostForm extends ModelForm<Outpost, string> {
@property()
type: OutpostTypeEnum = OutpostTypeEnum.Proxy;
@property({type: Boolean})
@property({ type: Boolean })
embedded: boolean = false;
loadInstance(pk: string): Promise<Outpost> {