fix(nc-gui): review changes

This commit is contained in:
Ramesh Mane
2025-07-04 07:40:30 +00:00
parent d21bc7a4d0
commit 3e70663962
5 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ defineProps<Props>()
<span class="text-gray-500 font-weight-bold text-small1">Header</span>
<div class="log-details">
<a-skeleton
v-for="(_row, idx) of ncArrayFrom(2)"
v-for="idx in 2"
:key="idx"
active
:paragraph="{
@@ -33,7 +33,7 @@ defineProps<Props>()
<div class="log-details">
<a-skeleton
v-for="(_row, idx) of ncArrayFrom(5)"
v-for="idx in 5"
:key="idx"
active
:paragraph="{