Skip to content

Commit 44e5f09

Browse files
committed
Whoops, missing comma
1 parent 83ef426 commit 44e5f09

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/js/app/nginx/certificates

1 file changed

+1
-1
lines changed

src/frontend/js/app/nginx/certificates/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require('selectize');
1212
module.exports = Mn.View.extend({
1313
template: template,
1414
className: 'modal-dialog',
15-
max_file_size: 102400
15+
max_file_size: 102400,
1616

1717
ui: {
1818
form: 'form',

0 commit comments

Comments
 (0)