Skip to content

Commit

Permalink
Do not use full width for missing attribute toaster
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 14, 2024
1 parent eeeee55 commit 7fc6497
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/src/pages/MissingAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const MissingAttributes = () => {
<li key={attr}>{I18n.t(`missingAttributes.${attr}`) }</li>)}
</ul>
<Toaster message={""}
large={true}
toasterType={ToasterType.Warning}
children={
<div className="warning">
Expand Down
1 change: 0 additions & 1 deletion welcome/src/pages/MissingAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const MissingAttributes = () => {
<li key={attr}>{I18n.t(`missingAttributes.${attr}`) }</li>)}
</ul>
<Toaster message={""}
large={true}
toasterType={ToasterType.Warning}
children={
<div className="warning">
Expand Down

0 comments on commit 7fc6497

Please sign in to comment.