mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
publish: fix groupify behaviour
This commit is contained in:
parent
77b1db2d16
commit
c29a540fea
@ -29,6 +29,7 @@ export function PublishResource(props: PublishResourceProps) {
|
||||
contacts={props.contacts}
|
||||
groups={props.groups}
|
||||
notebook={notebook}
|
||||
associations={props.associations}
|
||||
notebookContacts={notebookContacts}
|
||||
rootUrl={baseUrl}
|
||||
baseUrl={`${baseUrl}/resource/publish/${ship}/${book}`}
|
||||
|
@ -87,6 +87,7 @@ export function GroupSearch(props: InviteSearchProps) {
|
||||
id={props.id}
|
||||
caption={props.caption}
|
||||
candidates={groups}
|
||||
isExact={() => undefined}
|
||||
renderCandidate={renderCandidate}
|
||||
disabled={value && value.length !== 0}
|
||||
search={(s: string, a: Association) =>
|
||||
|
Loading…
Reference in New Issue
Block a user