X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/38d27e9783f7f760cee84cc225e86144069848c4..e983d1cc16a370a1cf0ab3dccc47049a34ef049d:/src/components/data-explorer/data-explorer.tsx diff --git a/src/components/data-explorer/data-explorer.tsx b/src/components/data-explorer/data-explorer.tsx index a38d0ed6..d272e870 100644 --- a/src/components/data-explorer/data-explorer.tsx +++ b/src/components/data-explorer/data-explorer.tsx @@ -134,6 +134,8 @@ export const DataExplorer = withStyles(styles)( page={this.props.page} onChangePage={this.changePage} onChangeRowsPerPage={this.changeRowsPerPage} + // Disable next button on empty lists since that's not default behavior + nextIconButtonProps={(itemsAvailable > 0) ? {} : {disabled: true}} component="div" /> :