remove un-needed code

This commit is contained in:
Matthew Penner 2021-09-16 15:07:14 -06:00
parent df895f4a9f
commit 98da1f13a1
No known key found for this signature in database
GPG key ID: 030E4AB751DC756F
2 changed files with 0 additions and 5 deletions

View file

@ -99,10 +99,6 @@ function ServerVariableContainer ({ variable, defaultValue }: { variable: EggVar
useEffect(() => {
setFieldValue(key, defaultValue);
// return () => {
// setFieldValue(key, undefined);
// };
}, [ variable, defaultValue ]);
return (