Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
774596bc
Unverified
Commit
774596bc
authored
2 years ago
by
Josh Slaughter
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
frontend: Toast Bug Fix (#2418)
parent
38019bc2
timeago-component
add-capacity-info
add-tabledetails-notes
auditAPI
auditBE
auditFE
datetimevalid
docshousekeeping
dschaller-patch-3
dynamodb-status-chips
eslintdocs
frontend-catalog-navigate-patch
get-logs
ghrl
go-1.19-in-ci
housekeepingclutch
main
minimistClutch
nps-custom-patch
renovate/github.com-stretchr-testify-1.x
renovate/github.com-uber-go-tally-v4-4.x
renovate/k8s.io-utils-digest
renovate/major-10-definitelytyped
renovate/node-19.x
renovate/postgres-15.x
responsiveTable
scaffoldingYarn
sperry-resize-hpa-notes
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/packages/core/src/Feedback/toast.tsx
+11
-9
frontend/packages/core/src/Feedback/toast.tsx
with
11 additions
and
9 deletions
+11
-9
frontend/packages/core/src/Feedback/toast.tsx
+
11
-
9
View file @
774596bc
...
...
@@ -40,15 +40,17 @@ const Toast: React.FC<ToastProps> = ({
}
}
}
>
<
Alert
elevation
=
{
6
}
variant
=
"filled"
onClose
=
{
onClose
?
onDismiss
:
null
}
severity
=
{
severity
}
title
=
{
title
}
>
{
children
}
</
Alert
>
<
div
>
<
Alert
elevation
=
{
6
}
variant
=
"filled"
onClose
=
{
onClose
?
onDismiss
:
null
}
severity
=
{
severity
}
title
=
{
title
}
>
{
children
}
</
Alert
>
</
div
>
</
Snackbar
>
);
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help