Fixed a whole lotta broken stuff by changing state from a string to a number
This commit is contained in:
@@ -10,14 +10,9 @@ import FormInput from './components/form/FormInput.vue'
|
||||
|
||||
import * as Sentry from "@sentry/vue";
|
||||
|
||||
|
||||
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
|
||||
|
||||
app.use(createPinia())
|
||||
const pinia = createPinia()
|
||||
app.use(pinia)
|
||||
app.use(router)
|
||||
|
||||
if (import.meta.env.VITE_DISABLE_GLITCHTIP === "true") {
|
||||
|
||||
Reference in New Issue
Block a user