Skip to content

Commit

Permalink
[REVERT ME] QA testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Feb 2, 2024
1 parent 959a81e commit 728e9d1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src-docs/src/views/super_date_picker/super_date_picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,15 @@ export default () => {
<>
{renderTimeRange()}
<EuiSpacer />
<EuiSuperDatePicker
isLoading={isLoading}
start={start}
end={end}
onTimeChange={onTimeChange}
onRefresh={onRefresh}
/>
<form>
<EuiSuperDatePicker
isLoading={isLoading}
start={start}
end={end}
onTimeChange={onTimeChange}
onRefresh={onRefresh}
/>
</form>
</>
);
};

0 comments on commit 728e9d1

Please sign in to comment.