mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 10:54:30 +08:00
Merge pull request #7385 from sboursen-scinote/sb_SCI-10525
Fix project export success flash [SCI-10525]
This commit is contained in:
commit
4642e5c7ef
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ export default {
|
|||
project_folder_ids: rows.filter((row) => row.folder).map((row) => row.id)
|
||||
}).then((response) => {
|
||||
this.reloadingTable = true;
|
||||
HelperModule.flashAlertMsg(response.data.message, 'success');
|
||||
HelperModule.flashAlertMsg(response.data.flash, 'success');
|
||||
}).catch((error) => {
|
||||
HelperModule.flashAlertMsg(error.response.data.error, 'danger');
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue