From fe3724aa7df00b577c1dfeb086372823a6e58378 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 25 Mar 2024 09:53:02 +0100 Subject: [PATCH] Rename to ZapUndosField This makes the component name more consistent with the setting. --- pages/settings/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/settings/index.js b/pages/settings/index.js index 8c2fdf1e..930c6545 100644 --- a/pages/settings/index.js +++ b/pages/settings/index.js @@ -174,7 +174,7 @@ export default function Settings ({ ssrData }) { } groupClassName='mb-0' /> - + } /> @@ -906,7 +906,7 @@ I estimate that I will call the GraphQL API this many times (rough estimate is f ) } -const ZapUndoField = () => { +const ZapUndosField = () => { const [checkboxField] = useField({ name: 'zapUndosEnabled' }) return (