Allow empty queries when searching tables
This commit is contained in:
parent
ad7fd46767
commit
0c53272187
|
@ -40,7 +40,7 @@ export const buildTableEndpoints = API => ({
|
|||
sortType,
|
||||
paginate,
|
||||
}) => {
|
||||
if (!tableId || !query) {
|
||||
if (!tableId) {
|
||||
return {
|
||||
rows: [],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue