From 4f6e56d23baa816034b630d1dfc230fbc2e81b8e Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=AA=81=20useDebouncedDigitInp?= =?UTF-8?q?ut.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FeedbackSurvey/useDebouncedDigitInput.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/FeedbackSurvey/useDebouncedDigitInput.ts b/src/components/FeedbackSurvey/useDebouncedDigitInput.ts index 072eaeb..a7d85d5 100644 --- a/src/components/FeedbackSurvey/useDebouncedDigitInput.ts +++ b/src/components/FeedbackSurvey/useDebouncedDigitInput.ts @@ -80,3 +80,4 @@ export function useDebouncedDigitInput({ } }, [inputValue, enabled, once, debounceMs]) } +