pull/6343/head
Guilherme Gazzo 9 years ago
parent 930e983311
commit 1de68cf090
  1. 2
      packages/rocketchat-channel-settings/client/views/channelSettings.coffee

@ -238,7 +238,7 @@ Template.channelSettings.onCreated ->
showConfirmButton: false
RocketChat.callbacks.run action, room
else
$(".channel-settings form [name='archived']").prop('checked', room.archived)
$(".channel-settings form [name='archived']").prop('checked', !!room.archived)
joinCode:
type: 'text'

Loading…
Cancel
Save