feature and sonar-qube: add missing delete API
This commit is contained in:
@@ -278,6 +278,7 @@ export default defineStore('filesStore', {
|
||||
}
|
||||
try {
|
||||
await this.fetchAllFiles();
|
||||
await axios.delete(api);
|
||||
await deleteSuccess();
|
||||
} catch(error) {
|
||||
apiError(error, 'Failed to delete.');
|
||||
|
||||
Reference in New Issue
Block a user