Skip to content

Commit

Permalink
fix(rac): Unable to choose a responsive breakpoint when installing Pl…
Browse files Browse the repository at this point in the history
…exus

Change-Id: I0761169546e0ad79fce8b73f745cedef25c2e0ea
GitOrigin-RevId: 9d37131250ec6cafea79c017fa33a672bc6ee88d
  • Loading branch information
sarahsga authored and actions-user committed Nov 29, 2024
1 parent f5338e0 commit f989197
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export function createAddInstallable(meta: Installable): AddInstallableItem {
sc
): Promise<CreateAddInstallableExtraInfo | undefined> => {
const { projectId, groupName } = meta;
const { screenVariant } = await getScreenVariantToInsertableTemplate(sc);
return sc.app.withSpinner(
(async () => {
const installableSite =
Expand All @@ -159,10 +160,6 @@ export function createAddInstallable(meta: Installable): AddInstallableItem {
meta.name
);

const { screenVariant } = await getScreenVariantToInsertableTemplate(
sc
);

const commonInfo: InsertableTemplateExtraInfo = {
site: installableSite,
screenVariant,
Expand Down

0 comments on commit f989197

Please sign in to comment.