mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -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";
|
import { get } from "svelte/store";
|
||||||
|
|
||||||
export function deleteAccount(optPicker) {
|
export function deleteAccount(optPicker) {
|
||||||
|
@ -143,6 +143,7 @@ export function customcss(optPicker) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fetchAccountData()
|
fetchAccountData()
|
||||||
|
refreshNeeded.set(true);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue