Merge branch 'master' into budi-8708-single-and-multi-select-user-fields-appear-to-no-longer-be

This commit is contained in:
Adria Navarro 2024-10-09 10:48:01 +02:00 committed by GitHub
commit 684ad854e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const buildTableEndpoints = API => ({
sortType,
paginate,
}) => {
if (!tableId || !query) {
if (!tableId) {
return {
rows: [],
}