From 6ef5fd21fc365d780da42170ce85042f874ed1dc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 8 Nov 2021 09:56:06 -0300 Subject: some solve challenge examples, WIP --- .../anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx') diff --git a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx index 549686616..9cdd132ef 100644 --- a/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx +++ b/packages/anastasis-webui/src/pages/home/AttributeEntryScreen.stories.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/camelcase */ /* This file is part of GNU Taler (C) 2021 Taler Systems S.A. @@ -26,10 +25,10 @@ import { AttributeEntryScreen as TestedComponent } from './AttributeEntryScreen' export default { - title: 'Pages/AttributeEntryScreen', + title: 'Pages/PersonalInformation', component: TestedComponent, args: { - order: 4, + order: 3, }, argTypes: { onUpdate: { action: 'onUpdate' }, -- cgit v1.2.3