fix(FE): show instance store filler

This commit is contained in:
Michael 2025-04-02 23:45:45 +02:00
parent f88d508ec4
commit 9a8c29a91d

View file

@ -18,7 +18,10 @@ export const useShowInstanceStore = defineStore('showInstance', {
this.currentShowInstance = baseShowInstance()
},
async saveShowInstance() {
// Implement API call to save this.currentShowInstance
},
async updateShowInstance() {
},
}
})