Fixed page size stale state on LogTable component (#3516)
This commit is contained in:
@@ -187,7 +187,7 @@ export default function Home() {
|
||||
</Row>
|
||||
</div>
|
||||
<br />
|
||||
<LogTable logs={logsData} pageSize={5} />
|
||||
<LogTable logs={logsData} initialPageSize={5} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user