diff --git a/app/javascript/dashboard/components-next/CustomAttributes/CustomAttributes.story.vue b/app/javascript/dashboard/components-next/CustomAttributes/CustomAttributes.story.vue new file mode 100644 index 000000000..9c8808e1f --- /dev/null +++ b/app/javascript/dashboard/components-next/CustomAttributes/CustomAttributes.story.vue @@ -0,0 +1,122 @@ + + + + + + + + + + {{ attribute.attributeDisplayName }} + + + handleUpdate(attribute.attributeDisplayType, value) + " + @delete="() => handleDelete(attribute.attributeDisplayType)" + /> + + + + + + + + + + {{ attribute.attributeDisplayName }} + + + handleUpdate(attribute.attributeDisplayType, value) + " + @delete="() => handleDelete(attribute.attributeDisplayType)" + /> + + + + +