Skip to content

Commit 63666c4

Browse files
committed
fix: delete comment
1 parent 6d499c8 commit 63666c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adminforth/spa/src/views/CreateView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ onMounted(async () => {
188188
}
189189
}
190190
record.value = initialValues.value;
191-
// loading.value = false;
191+
loading.value = false;
192192
checkAcessByAllowedActions(coreStore.resourceOptions!.allowedActions,'create');
193193
initThreeDotsDropdown();
194194
});

adminforth/spa/src/views/EditView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ onMounted(async () => {
180180
checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'edit');
181181
}
182182
183-
// loading.value = false;
183+
loading.value = false;
184184
});
185185
186186
async function saveRecord() {

0 commit comments

Comments
 (0)