Yarn upgrade (#2749)
* yarn upgrade front and docs * upgrade yarn server * Revert change not needed
This commit is contained in:
+2
-1
@@ -219,7 +219,7 @@ export const ValidationStep = <T extends string>({
|
||||
onRowsChange={updateRow}
|
||||
columns={columns}
|
||||
selectedRows={selectedRows}
|
||||
onSelectedRowsChange={setSelectedRows}
|
||||
onSelectedRowsChange={setSelectedRows as any} // TODO: replace 'any'
|
||||
components={{
|
||||
noRowsFallback: (
|
||||
<StyledNoRowsContainer>
|
||||
@@ -235,4 +235,5 @@ export const ValidationStep = <T extends string>({
|
||||
<ContinueButton onContinue={onContinue} title="Confirm" />
|
||||
</>
|
||||
);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user