[FIX] Channel creation not working on IE (#19524)

pull/19532/head
Martin Schoeler 5 years ago committed by GitHub
parent 48af214014
commit 2dd69f7b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/ui/client/views/app/createChannel.html

@ -125,10 +125,10 @@
{{> tokenpass extensionsConfig}}
{{/if}}
{{/if}}
<div class="create-channel__inputs">
<input form='create-channel' class="rc-button rc-button--primary" type='submit' data-button="create" {{createIsDisabled}} value="{{_ "Create"}}" />
</div>
</form>
<div class="create-channel__inputs">
<input form='create-channel' class="rc-button rc-button--primary" type='submit' data-button="create" {{createIsDisabled}} value="{{_ "Create"}}" />
</div>
</div>
{{#each roomType in roomTypesAfterStandard}}
<div class="room-type-creation">

Loading…
Cancel
Save