diff --git a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs
index 4a5149a..4c5af37 100644
--- a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs
+++ b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs
@@ -3,27 +3,29 @@
{{#if disallow}}
- {{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" none="explorer.menu_none" content=content castInteger="true" nameChanges="true"}}
- {{d-button action="showCreate" icon="plus" class="no-text"}}
- {{d-button action="importQuery" label="explorer.import.label" icon="upload"}}
-
-
- {{#if showCreate}}
-
- {{text-field value=newQueryName placeholderKey="explorer.create_placeholder"}}
- {{d-button action="create" disabled=createDisabled label="explorer.create" icon="plus" class="btn-primary"}}
+ {{#unless selectedQueryId}}
+
+ {{combo-box valueAttribute="id" value=selectedQueryId nameProperty="listName" none="explorer.menu_none" content=content castInteger="true" nameChanges="true"}}
+ {{d-button action="showCreate" icon="plus" class="no-text"}}
+ {{d-button action="importQuery" label="explorer.import.label" icon="upload"}}
- {{/if}}
- {{#if othersDirty}}
-
- {{fa-icon "warning"}}
- {{i18n "explorer.others_dirty"}}
-
- {{/if}}
+ {{#if showCreate}}
+
+ {{text-field value=newQueryName placeholderKey="explorer.create_placeholder"}}
+ {{d-button action="create" disabled=createDisabled label="explorer.create" icon="plus" class="btn-primary"}}
+
+ {{/if}}
-
+ {{#if othersDirty}}
+
+ {{fa-icon "warning"}}
+ {{i18n "explorer.others_dirty"}}
+
+ {{/if}}
+
+
+ {{/unless}}
{{#if content.length}}
{{#if selectedItem.fake}}