Skip to content

Commit

Permalink
fix(schedule): clear sis dialog text after submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Waver-Velvet committed Sep 13, 2024
1 parent 3cd10a6 commit 404828b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/schedule/sis-parser-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export function SisParserDialog({

function handleSubmit() {
callback(classNumbers);
setText("");
}

return (
Expand Down

0 comments on commit 404828b

Please sign in to comment.