From c8962f5464839fbbc0a60f398aa765d4bc8437b6 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Wed, 31 Jan 2024 13:36:16 -0800 Subject: [PATCH] Tune up the look of the checkboxes in the forms for is_sharded (#62) --- frontend/src/pages/Backups/Backups.tsx | 2 +- frontend/src/pages/Backups/ScheduledBackups.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Backups/Backups.tsx b/frontend/src/pages/Backups/Backups.tsx index 36b662b..741cf37 100644 --- a/frontend/src/pages/Backups/Backups.tsx +++ b/frontend/src/pages/Backups/Backups.tsx @@ -173,7 +173,7 @@ export default function Backups() { valuePropName="checked" rules={[{ required: true, message: 'Is this table sharded?' }]} > - is sharded + diff --git a/frontend/src/pages/Backups/ScheduledBackups.tsx b/frontend/src/pages/Backups/ScheduledBackups.tsx index 439c3bc..db77737 100644 --- a/frontend/src/pages/Backups/ScheduledBackups.tsx +++ b/frontend/src/pages/Backups/ScheduledBackups.tsx @@ -298,7 +298,7 @@ export default function ScheduledBackups() { valuePropName="checked" rules={[{ required: true, message: 'Is this table sharded?' }]} > - is sharded +