fix import state before import started

This commit is contained in:
j 2016-01-25 12:18:24 +05:30
commit ceffe456db
3 changed files with 16 additions and 11 deletions

View file

@ -111,6 +111,7 @@ oml.ui.importExportDialog = function() {
: renderForm('export', isActive)
);
that.options({content: $outerPanel});
setButton(result.data);
});
});