Merge branch 'master' into budi-8708-single-and-multi-select-user-fields-appear-to-no-longer-be
This commit is contained in:
commit
684ad854e6
|
@ -40,7 +40,7 @@ export const buildTableEndpoints = API => ({
|
|||
sortType,
|
||||
paginate,
|
||||
}) => {
|
||||
if (!tableId || !query) {
|
||||
if (!tableId) {
|
||||
return {
|
||||
rows: [],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue