Skip to content

Commit a472994

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

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
@@ -229,7 +229,7 @@ onMounted(async () => {
229229
if(coreStore.resourceOptions){
230230
checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'show');
231231
}
232-
// loading.value = false;
232+
loading.value = false;
233233
});
234234
235235
const groups = computed(() => {

0 commit comments

Comments
 (0)