Skip to content

Commit

Permalink
fix : debounce 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Nov 19, 2023
1 parent a7488ff commit f95ea65
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export default function InputForm() {
open(() => <ApplyModal onOkClick={handleSubmit(onSubmit)} onCancelClick={exit} />)
}
disabled={!formState.isValid}
actionType="debounce"
debounceDelay={1000}
>
{t('apply.submit.label')}
</Button>
Expand Down

0 comments on commit f95ea65

Please sign in to comment.