website/docs: prepare next release notes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user