UX: Full width/height modal (#61)

This commit is contained in:
Keegan George
2023-08-31 09:28:05 -07:00
committed by GitHub
parent 116bcb9c3a
commit c050e072e9
4 changed files with 62 additions and 50 deletions
@@ -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