Skip to content

Commit

Permalink
Merge pull request #436 from intuitem/CA-396-The-Risk-Assessment-and-…
Browse files Browse the repository at this point in the history
…Audit-tabgroups-order-is-random-in-the-project-detail-view

Make the tabgroup order deterministic in the project detail view
  • Loading branch information
eric-intuitem authored May 16, 2024
2 parents f0bac65 + 4206243 commit 8884db5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
const toastStore: ToastStore = getToastStore();
export let data;
$: data.relatedModels = Object.fromEntries(Object.entries(data.relatedModels).sort());
if (data.model.detailViewFields) {
data.data = Object.fromEntries(
Expand Down

0 comments on commit 8884db5

Please sign in to comment.