Skip to content

Commit 30f2b2f

Browse files
committed
Make 1 the default change
1 parent 38b83fa commit 30f2b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceScheduleButton/EditHours.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface EditHoursProps {
1111

1212
export const EditHours = ({ handleSubmit }: EditHoursProps): JSX.Element => {
1313
const { t } = useTranslation("workspacePage")
14-
const [hours, setHours] = useState(0)
14+
const [hours, setHours] = useState(1)
1515
const styles = useStyles()
1616

1717
return (

0 commit comments

Comments
 (0)