✌️
This commit is contained in:
parent
57ee704595
commit
019529d76c
2 changed files with 4 additions and 2 deletions
|
|
@ -61,6 +61,8 @@ export const deckStore = markRaw(new Storage('deck', {
|
|||
export const loadDeck = async () => {
|
||||
let deck;
|
||||
|
||||
await deckStore.ready;
|
||||
|
||||
try {
|
||||
deck = await api('i/registry/get', {
|
||||
scope: ['client', 'deck', 'profiles'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue