Skip to content

Commit

Permalink
fix: image too large
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazee6 committed Jun 5, 2024
1 parent 39187c4 commit c9de357
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/store.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import {createGlobalState} from "@vueuse/shared"
import {textGenModels} from "./db"
import {ref} from "vue"

export const useGlobalState = createGlobalState(() => {
const openModelSelect = ref(false)
const passModal = ref(false)
const openAside = ref(false)
const openSettings = ref(false)
const selectedModel = ref(textGenModels[0])
const selectedModel = ref(uniModals[0])

return {
openModelSelect,
Expand Down

0 comments on commit c9de357

Please sign in to comment.