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
Subhojit-Dey 2023-05-23 12:21:17 +05:30 committed by GitHub
parent 942c018bd9
commit adc2f525d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ export const BaseAppFork = {
// Plan to remove it. DB already has it and name of dir is also the same. // Plan to remove it. DB already has it and name of dir is also the same.
slug: slug, slug: slug,
type: `${slug}_${category}`, 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`, logo: `icon.svg`,
variant: categoryToVariantMap[category as keyof typeof categoryToVariantMap] || category, variant: categoryToVariantMap[category as keyof typeof categoryToVariantMap] || category,
categories: [category], categories: [category],