Skip to content

Commit

Permalink
Wrap reassignment in reactive statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed May 16, 2024
1 parent 98de5bf commit 776bdec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
const toastStore: ToastStore = getToastStore();
export let data;
data.relatedModels = Object.fromEntries(Object.entries(data.relatedModels).sort());
$: data.relatedModels = Object.fromEntries(Object.entries(data.relatedModels).sort());
if (data.model.detailViewFields) {
data.data = Object.fromEntries(
Expand Down

0 comments on commit 776bdec

Please sign in to comment.