1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-09-01 12:21:57 +03:00

Whoops, missing comma

This commit is contained in:
Jamie Curnow
2019-01-16 10:12:10 +10:00
parent 83ef426b93
commit 44e5f0957c

View File

@@ -12,7 +12,7 @@ require('selectize');
module.exports = Mn.View.extend({
template: template,
className: 'modal-dialog',
max_file_size: 102400
max_file_size: 102400,
ui: {
form: 'form',