Skip to content

Commit 3bc2511

Browse files
authored
fix: bad prop causing bulk mgmt errors to not show (#184)
1 parent f60e3c1 commit 3bc2511

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@edx/frontend-app-gradebook",
3-
"version": "1.4.27",
3+
"version": "1.4.28",
44
"description": "edx editable gradebook-ui to manipulate grade overrides on subsections",
55
"repository": {
66
"type": "git",

src/components/Gradebook/BulkManagement.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class BulkManagement extends React.Component {
9191
<StatusAlert
9292
alertType="danger"
9393
dialog={this.props.bulkImportError}
94-
isOpen={this.props.bulkImportError}
94+
open={!!this.props.bulkImportError}
9595
dismissible={false}
9696
/>
9797
<StatusAlert

0 commit comments

Comments
 (0)