mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
switch button copy for publish success
This commit is contained in:
parent
8453a07e36
commit
0ea01ac932
@ -261,7 +261,9 @@ export default function PublishPage({
|
|||||||
loading={publishStepText}
|
loading={publishStepText}
|
||||||
setError={setError}
|
setError={setError}
|
||||||
successAction={{
|
successAction={{
|
||||||
name: 'Go to data set →',
|
name: `Go to ${
|
||||||
|
publishType === 'dataset' ? 'data set' : 'algorithm'
|
||||||
|
} →`,
|
||||||
to: `/asset/${did}`
|
to: `/asset/${did}`
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user