Skip to content

Commit

Permalink
fix reorder bug with state
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Mar 3, 2025
1 parent 3f2b4f1 commit d5f9d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/model/ModelAssociations.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
{numOfPrivateAssociations > 1 ? 'are' : 'is'} private and not shown
{/if}
</div>
{#each selectedSpecificationsList as spec}
{#each selectedSpecificationsList as spec (spec.id)}
{#if selectedSpecifications[spec.metadata_id] && metadataMap[spec.metadata_id]}
{#if selectedAssociationId === 'goal'}
<ModelAssociationsListItem
Expand Down

0 comments on commit d5f9d70

Please sign in to comment.