We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 699674f + 036d8f5 commit ea47b6cCopy full SHA for ea47b6c
packages/ui-components/stories/infinite-scroll.stories.ts
@@ -27,7 +27,7 @@ const initialItems = [
27
all_names: "Aaron,Aaron",
28
combined_id: 1,
29
strat_ranks: "Fm",
30
- }
+ },
31
];
32
33
Primary.args = {
@@ -38,8 +38,8 @@ Primary.args = {
38
},
39
route: "https://dev.macrostrat.org/api/pg/strat_combined",
40
getNextParams,
41
- delay: 100,
42
- initialItems
+ delay: 200,
+ initialItems,
43
};
44
45
function getNextParams(response, params) {
0 commit comments