mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
loader fixes
This commit is contained in:
parent
22a45ec21e
commit
fb095460ab
@ -30,6 +30,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feedback [class*='loaderWrap'] {
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
margin-top: calc(var(--spacer) / 1.5);
|
margin-top: calc(var(--spacer) / 1.5);
|
||||||
}
|
}
|
||||||
|
@ -44,10 +44,7 @@ export default function PublishPage({
|
|||||||
|
|
||||||
const ddo = await publish(
|
const ddo = await publish(
|
||||||
(metadata as unknown) as Metadata,
|
(metadata as unknown) as Metadata,
|
||||||
{
|
{ ...price, swapFee: `${price.swapFee}` },
|
||||||
...price,
|
|
||||||
swapFee: `${price.swapFee}`
|
|
||||||
},
|
|
||||||
serviceType,
|
serviceType,
|
||||||
price.datatoken
|
price.datatoken
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user