mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2026-09-17 23:32:14 -04:00
UX: Full width/height modal (#61)
This commit is contained in:
@@ -60,11 +60,7 @@ export default class SpreadsheetEditor extends Component {
|
||||
|
||||
@action
|
||||
showEditReasonField() {
|
||||
if (this.showEditReason) {
|
||||
this.showEditReason = false;
|
||||
} else {
|
||||
this.showEditReason = true;
|
||||
}
|
||||
this.showEditReason = !this.showEditReason;
|
||||
}
|
||||
|
||||
@action
|
||||
|
||||
Reference in New Issue
Block a user