cleanup
This commit is contained in:
parent
9997fc528a
commit
e6cfde4f18
5 changed files with 29 additions and 15 deletions
|
@ -25,7 +25,8 @@ const PatternPicker = ({ app }) => {
|
|||
|
||||
const pickerProps = {
|
||||
title: formatVersionTitle(version),
|
||||
Icon: VersionsIcon
|
||||
Icon: VersionsIcon,
|
||||
ariaLabel: t('versionPicker')
|
||||
}
|
||||
|
||||
return (<Picker {...pickerProps}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue