fix: fixed buttons disabled when there are no changes
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Jon Elias 2025-03-26 12:03:46 +01:00
parent bbc03ddcad
commit 3783cdeed4
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ function handleLocation(data, location) {
<FetchData @on-fetch="getData" auto-load url="ObservationTypes" />
<FormModel
:observe-form-changes="false"
observe-form-changes
:url-update="urlUpdate"
:url="`Addresses/${route.params.addressId}`"
:save-fn="handleDialog"