Update fixtures
This commit is contained in:
parent
79e11d06b7
commit
fc9fcdd4a5
2 changed files with 3 additions and 6 deletions
|
@ -22,16 +22,14 @@ export const attribute: AttributeDetailsFragment = {
|
|||
id: "UHJvZHVjdEF0dHJpYnV0ZVZhbHVlOjI0",
|
||||
name: "John Doe",
|
||||
slug: "john-doe",
|
||||
type: AttributeValueType.STRING,
|
||||
value: ""
|
||||
type: AttributeValueType.STRING
|
||||
},
|
||||
{
|
||||
__typename: "AttributeValue" as "AttributeValue",
|
||||
id: "UHJvZHVjdEF0dHJpYnV0ZVZhbHVlOjI1",
|
||||
name: "Milionare Pirate",
|
||||
slug: "milionare-pirate",
|
||||
type: AttributeValueType.STRING,
|
||||
value: ""
|
||||
type: AttributeValueType.STRING
|
||||
}
|
||||
],
|
||||
visibleInStorefront: true
|
||||
|
|
|
@ -12,8 +12,7 @@ import Decorator from "../../Decorator";
|
|||
const props: AttributeValueEditDialogProps = {
|
||||
attributeValue: {
|
||||
...attribute.values[0],
|
||||
type: AttributeValueType.STRING,
|
||||
value: ""
|
||||
type: AttributeValueType.STRING
|
||||
},
|
||||
confirmButtonState: "default",
|
||||
disabled: false,
|
||||
|
|
Loading…
Reference in a new issue