Skip to content

Commit

Permalink
Setter debounce ventetid til 1 sekund
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbyfl committed Oct 6, 2023
1 parent 1028134 commit da7207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/saksbilde/barnebriller/steg/vedtak/Vedtak.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Vedtak: React.FC = () => {
const [timer, setTimer] = useState<NodeJS.Timeout | undefined>(undefined)
const [valideringsFeil, setValideringsfeil] = useState<string | undefined>(undefined)
const [lagrer, setLagrer] = useState(false)
const debounceVentetid = 2000
const debounceVentetid = 1000

const VENSTREKOLONNE_BREDDE = '180px'

Expand Down

0 comments on commit da7207f

Please sign in to comment.