Skip to content

Commit 04cbe44

Browse files
committed
Datofelt-fix
1 parent a1c1d63 commit 04cbe44

File tree

2 files changed

+0
-8
lines changed
  • apps/dolly-frontend/src/main/js/src/components

2 files changed

+0
-8
lines changed

apps/dolly-frontend/src/main/js/src/components/fagsystem/tjenestepensjon/form/TPForm.less

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
position: relative;
77
}
88

9-
.dolly-form-input.small {
10-
margin-right: 0;
11-
}
12-
139
.navds-date .rdp-button {
1410
position: unset;
1511
}

apps/dolly-frontend/src/main/js/src/components/ui/form/inputs/textInput/TextInput.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ export const TextInput = ({
108108
}
109109
}, [input])
110110

111-
useEffect(() => {
112-
setFieldValue(watch(name))
113-
}, [watch(name)])
114-
115111
return (
116112
<>
117113
<input

0 commit comments

Comments
 (0)