Skip to content

Commit 25bedef

Browse files
committed
Fixed notifications header
1 parent aec6226 commit 25bedef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/CbToastsContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function CbToastsContainer() {
2222
{notifications.map((notification) => (
2323
<Toast onClose={() => { removeNotification(notification.id) }}>
2424
<Toast.Header>
25-
<strong className="me-auto">Upload in progress...</strong>
25+
<strong className="me-auto">{notification.header}</strong>
2626
<small>
2727
{toastAge(notification)}
2828
</small>

0 commit comments

Comments
 (0)