Skip to content

Commit

Permalink
[Refactor] Remove unuseful prop disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
fedirjh committed Jan 2, 2023
1 parent 79f9469 commit affbd27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ReportSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class ReportSettingsPage extends Component {
<RoomNameInput
inputID="newRoomName"
defaultValue={this.props.report.reportName}
disabled={shouldDisableRename}
/>
)}
</View>
Expand Down

0 comments on commit affbd27

Please sign in to comment.