Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Buggy Store Merch Editing Interface #582 #605

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

raymosun
Copy link
Contributor

@raymosun raymosun commented Feb 2, 2023

Fixing issues in Buggy Store Merch Editing Interface #582

@github-actions github-actions bot added the PR: Needs Review This PR needs review label Feb 2, 2023
@raymosun raymosun linked an issue Feb 2, 2023 that may be closed by this pull request
@@ -129,6 +130,12 @@ const AdminItemPage: React.FC<AdminItemPageProps> = (props) => {
discountPercentage: (!item?.hasVariantsEnabled && item?.options[0].discountPercentage.toString()) || '',
};

// converts uuid of a collection to { label: ..., value: ... }
const getOptionFormat: (string) => Option = (uuid: string) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed with a better long-term solution in #608, if we revert this code back, we can merge as a solution to the other bug being resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Needs Review This PR needs review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Buggy Store Merch Editing Interface
2 participants