Unverified Commit 7f30afff authored by davelopez's avatar davelopez
Browse files

Disable save button when there are no changes

parent 16114628
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@
                            id="workflow-save-button"
                            class="py-1 px-2"
                            variant="link"
                            :disabled="!hasChanges"
                            :title="saveWorkflowTitle"
                            @click="saveOrCreate">
                            <FontAwesomeIcon :icon="faSave" />