diff --git a/frontend/src/components/GShootActionReconcileStart.vue b/frontend/src/components/GShootActionReconcileStart.vue index 0f512e025e..f364df94f1 100644 --- a/frontend/src/components/GShootActionReconcileStart.vue +++ b/frontend/src/components/GShootActionReconcileStart.vue @@ -12,6 +12,7 @@ SPDX-License-Identifier: Apache-2.0 :text="buttonText" confirm-button-text="Trigger now" icon="mdi-refresh" + ignore-deletion-status :loading="isReconcileToBeScheduled" :disabled="isShootReconciliationDeactivated" @dialog-opened="onConfigurationDialogOpened"