Skip to content

Commit c817411

Browse files
committed
feat: enhance loading skeleton with improved styles and dynamic row count
1 parent d6384d9 commit c817411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ onMounted(async () => {
228228
if(coreStore.resourceOptions){
229229
checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'show');
230230
}
231-
// loading.value = false;
231+
loading.value = false;
232232
});
233233
234234
const groups = computed(() => {

0 commit comments

Comments
 (0)