We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a472994 commit d6384d9Copy full SHA for d6384d9
1 file changed
adminforth/spa/src/views/ShowView.vue
@@ -76,7 +76,6 @@
76
v-if="loading"
77
role="status"
78
class="animate-pulse overflow-x-auto shadow-resourseFormShadow dark:shadow-darkResourseFormShadow"
79
- :class="{ 'rounded-default': isRounded }"
80
>
81
<div
82
v-if="groups && groups.length > 0"
@@ -229,7 +228,7 @@ onMounted(async () => {
229
228
if(coreStore.resourceOptions){
230
checkAcessByAllowedActions(coreStore.resourceOptions.allowedActions,'show');
231
}
232
- loading.value = false;
+ // loading.value = false;
233
});
234
235
const groups = computed(() => {
0 commit comments