chore: Add missing labels to buttons without text and search inputs
This commit is contained in:
@@ -145,6 +145,8 @@ class CollectionScene extends React.Component<Props> {
|
||||
<InputSearch
|
||||
source="collection"
|
||||
placeholder={`${t("Search in collection")}…`}
|
||||
label={`${t("Search in collection")}…`}
|
||||
labelHidden
|
||||
collectionId={match.params.id}
|
||||
/>
|
||||
</Action>
|
||||
|
||||
Reference in New Issue
Block a user