Commit 5971d201 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

replace file fix

parent 1700c020
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -478,10 +478,10 @@ export default new Vuex.Store({
         * @param path
         * @param projectId
         */
       /* async filesUpload(context, {files, path, projectId}) {
        async filesUpload(context, {files, path, projectId}) {
            console.debug('files upload');
            return JamaRPClient.uploadFiles(files, projectId, path, context.getters.acceptedFormats);
        },*/
        },

        /**
         *