mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 03:10:38 +09:00
Add support for company logos, including schema adjustments, validation, assets handling, and UI display enhancements.
This commit is contained in:
parent
b155415d7d
commit
b19d0b6f3b
17 changed files with 6211 additions and 26 deletions
|
|
@ -121,6 +121,7 @@ function SortableCompanyItem({
|
|||
>
|
||||
<CompanyPatternIcon
|
||||
companyName={company.name}
|
||||
logoUrl={company.logoUrl}
|
||||
brandColor={company.brandColor}
|
||||
className={cn(
|
||||
isSelected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue