Skip to content

Commit

Permalink
Fixed an issue where renaming the parcel and then saving wasn't setti…
Browse files Browse the repository at this point in the history
…ng parcelModified back to false
  • Loading branch information
cohansen committed Jul 16, 2024
1 parent ad6f3a9 commit 0b4990d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/parcels/ParcelForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
savedParcelChannelDictionaryId = parcelChannelDictionaryId;
savedParcelCommandDictionaryId = parcelCommandDictionaryId;
savedSequenceAdaptationId = parcelSequenceAdaptationId;
savedParcelName = parcelName;
savingParcel = false;
}
Expand Down

0 comments on commit 0b4990d

Please sign in to comment.