Skip to content

Commit

Permalink
fix(ui) DateTimePicker issues: use args to satosfy eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
franzheidl committed Sep 3, 2024
1 parent 685901c commit c84c92d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Template = ({ ...args }) => (
)

const InModalTemplate = ({ ...args }) => (
<Modal open={true}>
<Modal {...args} open={true}>
<Form>
<div style={{ display: "inline-flex", gap: "8px" }}>
<FormRow>
Expand Down

0 comments on commit c84c92d

Please sign in to comment.