Remove no-op circular watch on isSubmittedData in ConformanceSidebar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user