Skip to content

Commit

Permalink
Fix time picker aria (omnistrate-oss#417)
Browse files Browse the repository at this point in the history
* Fix time picker aria

* text change

---------

Co-authored-by: mohandholu43 <[email protected]>
  • Loading branch information
rushil95 and mohandholu43 authored Nov 21, 2024
1 parent 2625056 commit 9f16271
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BackupsTableHeader: FC<BackupsTableHeaderProps> = ({
borderBottom="1px solid #EAECF0"
>
<DataGridHeaderTitle
title={`List of Completed backups ${resourceName ? `for ${resourceName}` : ""}`}
title={`List of completed backups ${resourceName ? `for ${resourceName}` : ""}`}
desc="View and manage your backups"
count={count}
units={{
Expand Down
3 changes: 0 additions & 3 deletions src/components/TimePickerSlider/TimePickerSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ const TimePickerSlider: React.FC<TimePickerSliderProps> = (props) => {
<Box flexBasis={547} flexGrow={1} position="relative">
<TimeSlider
slots={{ thumb: TimeSliderThumbComponent }}
getAriaLabel={(index) =>
index === 0 ? "Minimum price" : "Maximum price"
}
min={0}
max={1439}
marks={marks}
Expand Down

0 comments on commit 9f16271

Please sign in to comment.