We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0110abd + 7908acf commit fb983baCopy full SHA for fb983ba
vendor/assets/javascripts/lib/dialog_mass_fields_update.js
@@ -1,5 +1,5 @@
1
ActiveAdmin.dialogMassFieldsUpdate = function(message, inputs, callback){
2
- let html = `<form id="dialog_confirm" title="${message}"><div stype="padding-right:4px;padding-left:1px;margin-right:2px"><ul>`;
+ let html = `<form id="dialog_confirm" title="${message}"><div style="padding-right:4px;padding-left:1px;margin-right:2px"><ul>`;
3
for (let name in inputs) {
4
var elem, opts, wrapper;
5
let type = inputs[name];
0 commit comments