Skip to content

Commit

Permalink
fix(scheduled-publishing): update upsell ui layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Apr 23, 2024
1 parent 086d110 commit af46637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Schedules = () => {
{mode === 'upsell' && upsellData && (
<Panel width={1} padding={4} paddingBottom={1}>
<UpsellPanel
layout="horizontal"
layout="vertical"
data={upsellData}
onPrimaryClick={telemetryLogs.panelPrimaryClicked}
onSecondaryClick={telemetryLogs.panelSecondaryClicked}
Expand Down

0 comments on commit af46637

Please sign in to comment.