Skip to content

Commit

Permalink
fix: bad prop causing bulk mgmt errors to not show (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsprenkle authored May 18, 2021
1 parent f60e3c1 commit 3bc2511
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/frontend-app-gradebook",
"version": "1.4.27",
"version": "1.4.28",
"description": "edx editable gradebook-ui to manipulate grade overrides on subsections",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Gradebook/BulkManagement.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class BulkManagement extends React.Component {
<StatusAlert
alertType="danger"
dialog={this.props.bulkImportError}
isOpen={this.props.bulkImportError}
open={!!this.props.bulkImportError}
dismissible={false}
/>
<StatusAlert
Expand Down

0 comments on commit 3bc2511

Please sign in to comment.