sonar low
This commit is contained in:
@@ -214,7 +214,7 @@ export default defineStore('filesStore', {
|
||||
break;
|
||||
}
|
||||
try {
|
||||
const response = await axios.put(api, data);
|
||||
await axios.put(api, data);
|
||||
this.uploadFileName = null;
|
||||
await this.fetchAllFiles();
|
||||
} catch(error) {
|
||||
|
||||
Reference in New Issue
Block a user