Skip to content

Commit

Permalink
Handle no entry options
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 12, 2024
1 parent 3b93cd2 commit 7ec216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/models/tabulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const nestedEditor = function(cell: any, editorParams: any) {
break
}
}
return values
return values ? values : []
}

function find_column(group: any, field: string): any {
Expand Down

0 comments on commit 7ec216c

Please sign in to comment.