Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bb8538c

Browse files
authored
Merge pull request #1381 from matrix-org/dbkr/remove_spurious_cancel_button
Remove spurious cancel button
2 parents db31033 + 8abd35f commit bb8538c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/rooms/RoomHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = React.createClass({
5656
editing: false,
5757
inRoom: false,
5858
onSaveClick: function() {},
59-
onCancelClick: function() {},
59+
onCancelClick: null,
6060
};
6161
},
6262

0 commit comments

Comments
 (0)