File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export function upload_file(
2121 ...request_options ,
2222 onRequestError ( { error } ) {
2323 geode_store . stop_request ( )
24- console . log ( "onRequestError" , response )
2524 errors_store . add_error ( {
2625 code : error . code ,
2726 route : route ,
@@ -42,7 +41,6 @@ export function upload_file(
4241 } ,
4342 onResponseError ( { response } ) {
4443 geode_store . stop_request ( )
45- console . log ( "onResponseError" , response )
4644 errors_store . add_error ( {
4745 code : response . status ,
4846 route : route ,
Original file line number Diff line number Diff line change 1- import { defineStore } from "pinia"
2-
31import { useStorage } from "@vueuse/core"
42
53export const use_cloud_store = defineStore ( "cloud" , {
Original file line number Diff line number Diff line change 1- import { defineStore } from "pinia"
2-
31export const use_errors_store = defineStore ( "errors" , {
42 state : ( ) => ( {
53 errors : [ ] ,
Original file line number Diff line number Diff line change 1- import { defineStore } from "pinia"
2-
31export const use_geode_store = defineStore ( "geode" , {
42 state : ( ) => ( {
53 request_counter : 0 ,
Original file line number Diff line number Diff line change 1- import { defineStore } from "pinia"
2-
31export const use_viewer_store = defineStore ( "viewer" , {
42 state : ( ) => ( {
53 picking_mode : false ,
You can’t perform that action at this time.
0 commit comments