mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 13:36:25 -08:00
w2oops
This commit is contained in:
parent
f608eb053f
commit
6fd5177c7a
|
@ -1,4 +1,4 @@
|
|||
import { fetchAccountData, account } from "../stores.mjs"
|
||||
import { fetchAccountData, account, refreshNeeded } from "../stores.mjs"
|
||||
import { get } from "svelte/store";
|
||||
|
||||
export function deleteAccount(optPicker) {
|
||||
|
@ -143,6 +143,7 @@ export function customcss(optPicker) {
|
|||
}
|
||||
|
||||
fetchAccountData()
|
||||
refreshNeeded.set(true);
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue