24
1
Fork 0

set default server states for fira and fileInfo

This commit is contained in:
Danny Coates 2017-09-14 12:15:08 -07:00
parent 137f474b69
commit 81442bb6f2
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ module.exports = function(req) {
uploadWindowStyle: 'upload-window',
uploadButtonStyle: 'browse btn'
},
fira: false,
fileInfo: {},
layout
};
};