Skip to content

fix: redesign schedule bumper to handle multiple hours of change at once #4535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Oct 14, 2022
Prev Previous commit
Next Next commit
Make 1 the default change
  • Loading branch information
presleyp committed Oct 12, 2022
commit 30f2b2f7ba1e5d464b89a234203bf9cd4c7f10cd
2 changes: 1 addition & 1 deletion site/src/components/WorkspaceScheduleButton/EditHours.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface EditHoursProps {

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

return (
Expand Down