Skip to content

Commit

Permalink
remove subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jun 28, 2023
1 parent f899358 commit 754b73e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/BrowserCell/BrowserCell.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ export default class BrowserCell extends Component {
type={this.selectedScript.confirmationDialogStyle === 'critical' ? Modal.Types.DANGER : Modal.Types.INFO}
icon="warn-outline"
title={this.selectedScript.title}
subtitle="Confirm that you want to run this script."
confirmText="Continue"
cancelText="Cancel"
onCancel={() => this.toggleConfirmationDialog()}
Expand Down

0 comments on commit 754b73e

Please sign in to comment.