Test gh integration

This commit is contained in:
Valtteri Karesto
2022-06-29 12:18:38 +03:00
parent 60c33661ad
commit 2245c5a221

View File

@@ -85,6 +85,7 @@ export const SetHookDialog: React.FC<{ accountAddress: string }> = React.memo(
const [formInitialized, setFormInitialized] = useState(false);
const [estimateLoading, setEstimateLoading] = useState(false);
const watchedFee = watch("Fee");
// Update value if activeWat changes
useEffect(() => {
const defaultValue = snap.deployValues?.[activeFile?.name]