Allow direct editing of collection icon (#7120)
* Allow direct editing of collection icon * feedback
This commit is contained in:
@@ -244,7 +244,7 @@ export class IconLibrary {
|
||||
keywords: "browser web app",
|
||||
},
|
||||
collection: {
|
||||
component: CollectionIcon,
|
||||
component: (props) => <CollectionIcon expanded {...props} />,
|
||||
keywords: "collection",
|
||||
},
|
||||
coins: {
|
||||
|
||||
Reference in New Issue
Block a user