fix: restore old select selectors for label to still support the temp design select
deprecated the temp design select in favor of the new one
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
} from "@/constants/membershipLevels"
|
||||
|
||||
import MembershipLevelIcon from "@/components/Levels/Icon"
|
||||
import Select from "@/components/TempDesignSystem/Select"
|
||||
import DeprecatedSelect from "@/components/TempDesignSystem/DeprecatedSelect"
|
||||
|
||||
import LargeTable from "./LargeTable"
|
||||
import LevelSummary from "./LevelSummary"
|
||||
@@ -98,7 +98,7 @@ export default function OverviewTableClient({
|
||||
}
|
||||
showDescription={false}
|
||||
/>
|
||||
<Select
|
||||
<DeprecatedSelect
|
||||
aria-label={intl.formatMessage({
|
||||
defaultMessage: "Level",
|
||||
})}
|
||||
@@ -137,7 +137,7 @@ export default function OverviewTableClient({
|
||||
return null
|
||||
}
|
||||
return (
|
||||
<Select
|
||||
<DeprecatedSelect
|
||||
aria-label={intl.formatMessage({
|
||||
defaultMessage: "Level",
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user