a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

await update publication before mutating

+2 -2
+2 -2
app/lish/createPub/UpdatePubForm.tsx
··· 294 294 ) : ( 295 295 <button 296 296 type="button" 297 - onClick={() => { 298 - updatePublicationBasePath({ 297 + onClick={async () => { 298 + await updatePublicationBasePath({ 299 299 uri: props.publication_uri, 300 300 base_path: props.domain, 301 301 });