diff --git a/src/components/Discover/Conformance/ConformanceSidebar.vue b/src/components/Discover/Conformance/ConformanceSidebar.vue index 214ae3a..c07b430 100644 --- a/src/components/Discover/Conformance/ConformanceSidebar.vue +++ b/src/components/Discover/Conformance/ConformanceSidebar.vue @@ -388,11 +388,6 @@ const isApplyBtnDisabled = computed(() => { return disabledBool; }); -// watch -watch(isSubmittedData, (newValue) => { - isSubmittedData.value = newValue; -}); - // When opening a rule file, display the saved options, rules, and time let reportWatchTimerId = null; watch(conformanceTempReportData, (newValue) => {