You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/(console)/project-[region]-[project]/databases/database-[database]/table-[table]/export/+page.svelte
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -254,12 +254,14 @@
254
254
bind:checked={includeHeader} />
255
255
256
256
<Layout.Stackgap="m">
257
-
<InputCheckbox
258
-
id="exportWithFilters"
259
-
label="Export with filters"
260
-
description="Export rows that match the current table filters"
261
-
disabled={$tags.length===0}
262
-
bind:checked={exportWithFilters} />
257
+
<divclass:disabled-checkbox={$tags.length===0}>
258
+
<InputCheckbox
259
+
id="exportWithFilters"
260
+
label="Export with filters"
261
+
description="Export rows that match the current table filters"
0 commit comments