Move to using writable<T> syntax
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
|
||||
let titleId: StateDefinition["titleId"];
|
||||
|
||||
let api: Writable<StateDefinition> = writable({
|
||||
let api = writable<StateDefinition>({
|
||||
titleId,
|
||||
dialogState,
|
||||
setTitleId(id?: string) {
|
||||
|
||||
Reference in New Issue
Block a user