diff --git a/src/app/components/main-chat/channel-informations/channel-informations.component.html b/src/app/components/main-chat/channel-informations/channel-informations.component.html
index d8429df..40588a8 100644
--- a/src/app/components/main-chat/channel-informations/channel-informations.component.html
+++ b/src/app/components/main-chat/channel-informations/channel-informations.component.html
@@ -45,7 +45,14 @@
} @else {
} }
diff --git a/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.html b/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.html
index 40d4697..96a6943 100644
--- a/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.html
+++ b/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.html
@@ -22,6 +22,8 @@
type="file"
#fileInput
id="file"
+ name="file"
+ autocomplete="off"
style="display: none"
(change)="onFileChange($event)"
multiple
diff --git a/src/app/components/main-chat/main-chat.component.html b/src/app/components/main-chat/main-chat.component.html
index 5c5e913..ab91121 100644
--- a/src/app/components/main-chat/main-chat.component.html
+++ b/src/app/components/main-chat/main-chat.component.html
@@ -1,19 +1,22 @@
@if (checkCurrentChannel(currentChannel) == 'searchBar') {
-
+