Skip to content

Commit

Permalink
Set max depth to 1 for record page widgets list
Browse files Browse the repository at this point in the history
  • Loading branch information
pavish committed Aug 12, 2024
1 parent 4ab6cd4 commit 192d652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mathesar_ui/src/pages/record/RecordPageContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
.list_joinable({
database_id: $currentDatabase.id,
table_oid: tableId,
max_depth: 1,
})
.run();
}
Expand Down

0 comments on commit 192d652

Please sign in to comment.