Skip to content

Commit

Permalink
fix parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
patelmilanun committed Jun 28, 2023
1 parent 6733e81 commit 211bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BrowserCell/BrowserCell.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export default class BrowserCell extends Component {
if (this.state.showConfirmationDialog)
extras = (
<Modal
type={this.selectedScript.type === 'info' ? Modal.Types.INFO : Modal.Types.DANGER}
type={this.selectedScript.confirmationDialogStyle === 'info' ? Modal.Types.INFO : Modal.Types.DANGER}
icon="warn-outline"
title={this.selectedScript.title}
subtitle="Confirm that you want to run this script."
Expand Down

0 comments on commit 211bb6e

Please sign in to comment.