+
+
+
+
+
@@ -29,31 +28,30 @@
:button="{ icon: 'more-horizontal', variant: 'outline' }"
:options="dropdownActions"
/>
-
-
-
-
- {{ table.label }}
-
-
- {{ table.hidden ? 'Disabled' : 'Enabled' }}
-
-
-
-
-
- No tables.
- No tables to display.
-
-
-
+ }),
+ emptyState: {
+ title: 'No tables.',
+ description: 'No tables to display.',
+ button: {
+ label: 'Sync Tables',
+ variant: 'solid',
+ onClick: syncTables,
+ },
+ },
+ }"
+ >
+
+