Tidy tidy tidy

This commit is contained in:
Bryan Ashby
2022-08-18 14:55:57 -06:00
parent 226c261505
commit 94145c043a
3 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ exports.getModule = class UploadModule extends MenuModule {
getSaveState() {
// if no areas, we're falling back due to lack of access/areas avail to upload to
if (this.availAreas.length > 0) {
if (this.availAreas.length > 0 && this.viewControllers.options) {
return {
uploadType: this.uploadType,
tempRecvDirectory: this.tempRecvDirectory,