Skip to content

Commit

Permalink
add a whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Anish9901 committed Oct 10, 2023
1 parent d3a1362 commit 6990b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
const result = await recordSelector.acquireUserInput({ tableId });
const LinkedFkid = columnFabric.linkFk?.referent_columns[0];
if (result) {
if (LinkedFkid !== undefined && LinkedFkid !== null){
if (LinkedFkid !== undefined && LinkedFkid !== null) {
value = result.record[LinkedFkid];
}
else {
Expand Down

0 comments on commit 6990b5a

Please sign in to comment.