We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13087f commit ec205bcCopy full SHA for ec205bc
adminforth/spa/src/views/ListView.vue
@@ -281,8 +281,8 @@ async function startBulkAction(actionId) {
281
282
}
283
});
284
+ bulkActionLoadingStates.value[actionId] = false;
285
if (data?.ok) {
- bulkActionLoadingStates.value[actionId] = false;
286
checkboxes.value = [];
287
await getList();
288
@@ -295,7 +295,6 @@ async function startBulkAction(actionId) {
295
296
297
if (data?.error) {
298
299
showErrorTost(data.error);
300
301
0 commit comments