Skip to content

Commit

Permalink
Revert "[REVERT ME] QA testing"
Browse files Browse the repository at this point in the history
This reverts commit 728e9d1.
  • Loading branch information
cee-chen committed Feb 6, 2024
1 parent 728e9d1 commit ec0a711
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 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,15 +84,13 @@ export default () => {
<>
{renderTimeRange()}
<EuiSpacer />
<form>
<EuiSuperDatePicker
isLoading={isLoading}
start={start}
end={end}
onTimeChange={onTimeChange}
onRefresh={onRefresh}
/>
</form>
<EuiSuperDatePicker
isLoading={isLoading}
start={start}
end={end}
onTimeChange={onTimeChange}
onRefresh={onRefresh}
/>
</>
);
};

0 comments on commit ec0a711

Please sign in to comment.