Rename to ZapUndosField

This makes the component name more consistent with the setting.
This commit is contained in:
ekzyis 2024-03-25 09:53:02 +01:00
parent 46f044552a
commit fe3724aa7d

View File

@ -174,7 +174,7 @@ export default function Settings ({ ssrData }) {
} }
groupClassName='mb-0' groupClassName='mb-0'
/> />
<ZapUndoField /> <ZapUndosField />
</> </>
} }
/> />
@ -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' }) const [checkboxField] = useField({ name: 'zapUndosEnabled' })
return ( return (
<div className='d-flex flex-row align-items-center'> <div className='d-flex flex-row align-items-center'>