Skip to content

Commit

Permalink
fix: Rebuild docker container (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Nov 10, 2023
1 parent 8848960 commit 6003f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/stores/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const useMiscStore = defineStore('misc', () => {
/* The app version. */
const appVersion = ref<string | null>(null)

// Initialize store, load version
// Initialize store, load version info.
const initialize = async () => {
storeState.value = StoreState.Loading
try {
Expand Down

0 comments on commit 6003f45

Please sign in to comment.