Skip to content

Commit

Permalink
fix: Don't show DC Specific Pricing Notice on DBaaS Create Page (#9607)
Browse files Browse the repository at this point in the history
* hide notice on databases create

* Added changeset: Don't show DC Specific Pricing Notice on DBaaS Create Page

* Delete packages/manager/.changeset/pr-9607-upcoming-features-1693405020392.md

---------

Co-authored-by: Banks Nussman <banks@nussman.us>
  • Loading branch information
bnussman-akamai and bnussman authored Aug 30, 2023
1 parent 3e6f2b3 commit e57aa74
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,7 @@ const DatabaseCreate = () => {
regions={regionsData}
selectedID={values.region}
/>
<div style={{ marginTop: 8 }}>
<RegionHelperText />
</div>
<RegionHelperText hidePricingNotice mt={1} />
</Grid>
<Divider spacingBottom={12} spacingTop={38} />
<Grid>
Expand Down

0 comments on commit e57aa74

Please sign in to comment.