mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
story fix
This commit is contained in:
parent
186cf92908
commit
faf87d65a0
@ -15,8 +15,14 @@ interface Props {
|
|||||||
args: AssetTypeProps
|
args: AssetTypeProps
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Default: Props = Template.bind({})
|
export const Dataset: Props = Template.bind({})
|
||||||
Default.args = {
|
Dataset.args = {
|
||||||
type: 'compute',
|
type: 'dataset',
|
||||||
accessType: 'access'
|
accessType: 'access'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const Algorithm: Props = Template.bind({})
|
||||||
|
Algorithm.args = {
|
||||||
|
type: 'algorithm',
|
||||||
|
accessType: 'compute'
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user