imageSrc field is commented for solving this issue and can be removed (#9045)
* imageSrc field is commented for solving this issue and can be removed * Update core.ts - remove the imageSrc field * Update packages/app-store-cli/src/core.ts --------- Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>pull/9039/head^2
parent
942c018bd9
commit
adc2f525d2
|
@ -93,8 +93,6 @@ export const BaseAppFork = {
|
|||
// Plan to remove it. DB already has it and name of dir is also the same.
|
||||
slug: slug,
|
||||
type: `${slug}_${category}`,
|
||||
// TODO: Remove usage of imageSrc, it is being used in ConnectCalendars.tsx. After that delete imageSrc in all configs and from here
|
||||
imageSrc: `icon.svg`,
|
||||
logo: `icon.svg`,
|
||||
variant: categoryToVariantMap[category as keyof typeof categoryToVariantMap] || category,
|
||||
categories: [category],
|
||||
|
|
Loading…
Reference in New Issue