Remove prefilled prefix
Fixes, at least partially, gitlab-org/gitlab-ce#26755.
This commit is contained in:
parent
5a41d92b9d
commit
26d109ea01
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ class MattermostService < ChatNotificationService
|
|||
end
|
||||
|
||||
def default_channel_placeholder
|
||||
"#town-square"
|
||||
"town-square"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue