feat: ask user for amount of data row collection
This commit is contained in:
@@ -107,7 +107,7 @@ export const InterpretationLog = () => {
|
|||||||
</Highlight>
|
</Highlight>
|
||||||
{
|
{
|
||||||
getList ? (
|
getList ? (
|
||||||
<p>How many rows of data do you want?</p>
|
<p>What is the maximum number of rows you want to extract?</p>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
<div style={{ float: "left", clear: "both" }}
|
<div style={{ float: "left", clear: "both" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user