Skip to content

Commit

Permalink
fix(#28): select collection placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
notmedia committed Dec 6, 2022
1 parent 8da81f6 commit 03f9478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 174 deletions.
174 changes: 0 additions & 174 deletions src/app/pages/collections/forms/collection.form copy.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const IncludeDirectoriesField = React.forwardRef<
size="xs"
bordered
borderWeight="light"
placeholder="Select collection"
options={collections.map((collection) => ({
label: collection.name,
value: collection.id,
Expand Down

0 comments on commit 03f9478

Please sign in to comment.