diff --git a/src/components/CreateNewTask.vue b/src/components/CreateNewTask.vue
index b17ea96d..e560eb45 100644
--- a/src/components/CreateNewTask.vue
+++ b/src/components/CreateNewTask.vue
@@ -18,6 +18,7 @@
:estimated-tokens="estimatedTokens"
:current-model="currentModel"
:use-enter-to-send="state.appConfiguration.useEnterToSend"
+ :bottom-slots="!state.minimalGui"
/>
diff --git a/src/components/taskContentEdit.vue b/src/components/taskContentEdit.vue
index 1e93b687..10128565 100644
--- a/src/components/taskContentEdit.vue
+++ b/src/components/taskContentEdit.vue
@@ -6,7 +6,6 @@
color="secondary"
v-model="content"
label="Type your message or instruction..."
- :counter="expertMode"
clearable
@keyup="checkKeyboardEvents"
input-style="max-height: 300px"