Skip to content

Commit

Permalink
feat: Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraPatel2003 committed Jan 21, 2025
1 parent 77a3bb4 commit 67e0db9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function ClientProgramManagementForm({
}: ClientManagementDashboardProps) {
const [open, setOpen] = useState(false);
const [isLoading, setIsLoading] = useState(false);
const [disabled, setDisabled] = useState(false);
const [disabled] = useState(false);
const {
control,
handleSubmit,
Expand Down

0 comments on commit 67e0db9

Please sign in to comment.