mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
AddChannel: fix sig mismatch
This commit is contained in:
parent
899ead25fb
commit
57dfc24882
@ -78,7 +78,7 @@ export function NewChannel(props: NewChannelProps & RouteComponentProps) {
|
||||
};
|
||||
|
||||
const resource = resourceFromPath(group);
|
||||
writers = _.compact(writers);
|
||||
writers = _.compact(writers).map(s => `~${s}`);
|
||||
const us = `~${window.ship}`;
|
||||
if(values.writePerms === 'self') {
|
||||
await api.groups.addTag(resource, tag, [us]);
|
||||
|
Loading…
Reference in New Issue
Block a user