diff --git a/dashboard-ui/scripts/sync.js b/dashboard-ui/scripts/sync.js index f28ef6d170..1c92a0800c 100644 --- a/dashboard-ui/scripts/sync.js +++ b/dashboard-ui/scripts/sync.js @@ -319,7 +319,7 @@ currentDialogOptions = options; - if (options.ProfileOptions.length) { + if (options.ProfileOptions.length && options.Options.indexOf('Profile') != -1) { $('.fldProfile', form).show(); $('#selectProfile', form).attr('required', 'required'); } else {