Skip to content

Commit

Permalink
Merge pull request #45 from totono/revert-43-hotfix-42-起動後白い画面のまま反応が無い
Browse files Browse the repository at this point in the history
Update TimeForm.tsx
  • Loading branch information
totono authored Apr 4, 2023
2 parents bfa834e + 28e1f92 commit a049cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/Input/DateTime/TimeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { TimePicker } from "antd"
import dayjs, { Dayjs } from "dayjs";
import { Dispatch, SetStateAction, useState } from "react";
import * as objectSupport from "dayjs/plugin/objectSupport";
import objectSupport from "dayjs/plugin/objectSupport";
import { Model } from "../../../../bindings/tasks";
import { InputState } from "../InputState";
import { dateTimeStyle } from "./dateTimeStyle";
Expand Down

0 comments on commit a049cad

Please sign in to comment.