You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compounds/RequestList/RequestList.stories.jsx
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,37 @@ Default.args = {
41
41
},
42
42
],
43
43
}
44
+
45
+
exportconstAlternate=Template.bind({})
46
+
Alternate.args={
47
+
backgroundColor: 'secondary',
48
+
requests: [
49
+
{
50
+
createdAt: 'September 9, 2022',
51
+
description: 'Does the Company offer services related to Flow Cytometry?',
52
+
href: '/request/F575C4',
53
+
id: 1,
54
+
img: defaultImage,
55
+
status: {
56
+
text: 'Vendor Review',
57
+
},
58
+
title: 'F575C4: Assay Depot Coffee Mug',
59
+
updatedAt: 'September 9, 2022 at 9:21 am',
60
+
},
61
+
{
62
+
createdAt: 'November 15, 2022',
63
+
// eslint-disable-next-line max-len
64
+
description: 'General Information When do you plan to work with this supplier? Urgently Name of supplier: Alisha Supplier web address: http://scientist.com Is this new supplier onboarding request related to any of the following areas: Research area: In Vivo Contact Information Supplier contact name: Alisha Evans Supplier email a...',
0 commit comments