Fix transfer ownership to a team

pull/1/head
yflory 5 years ago
parent eb85a5908e
commit f590f60dcb

@ -728,7 +728,7 @@ define([
}).nThen(function () { }).nThen(function () {
postMessage("SET_PAD_TITLE", { postMessage("SET_PAD_TITLE", {
teamId: data.teamId, teamId: data.teamId,
href: data.href, href: Hash.getRelativeHref(data.href),
title: data.title, title: data.title,
password: data.password, password: data.password,
channel: secret.channel, channel: secret.channel,

Loading…
Cancel
Save