@rkosafo/cai.components 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
{#if busy}
|
|
473
473
|
<TableLoader bodySize={loadingBodySize} headerSize={loadingHeaderSize} />
|
|
474
474
|
{:else}
|
|
475
|
-
<div class="h-full w-full flex-grow
|
|
475
|
+
<div class="h-full w-full flex-grow">
|
|
476
476
|
<Table
|
|
477
477
|
data={tableData}
|
|
478
478
|
{headerColor}
|