We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976d344 commit 98db8f9Copy full SHA for 98db8f9
src/pages/workloads/create-edit/WorkloadsCreateEditPage.tsx
@@ -189,7 +189,6 @@ export default function WorkloadsCreateEditPage({
189
const [autoUpdaterType, setAutoUpdaterType] = useState<AutoUpdaterType>('disabled')
190
191
// initialise local state from form values
192
- // eslint-disable-next-line react-hooks/rules-of-hooks
193
useEffect(() => {
194
if (watchedStrategyType) setAutoUpdaterType(watchedStrategyType)
195
}, [watchedStrategyType])
0 commit comments