1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00

switch button copy for publish success

This commit is contained in:
Matthias Kretschmann 2021-04-28 12:47:12 +02:00
parent 8453a07e36
commit 0ea01ac932
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -261,7 +261,9 @@ export default function PublishPage({
loading={publishStepText}
setError={setError}
successAction={{
name: 'Go to data set →',
name: `Go to ${
publishType === 'dataset' ? 'data set' : 'algorithm'
} `,
to: `/asset/${did}`
}}
/>