Verbessere Codequalität und Sicherheit durch Refactoring, Hinzufügen von ESLint-Regeln und Aktualisierung der OSV-Scanner-Konfiguration
This commit is contained in:
@@ -151,11 +151,6 @@ const showConfirmModal = (title, message, action) => {
|
||||
showConfirm.value = true
|
||||
}
|
||||
|
||||
const closeSuccess = () => {
|
||||
showSuccessToast.value = false
|
||||
if (toastTimeout) { clearTimeout(toastTimeout); toastTimeout = null }
|
||||
}
|
||||
|
||||
const closeError = () => {
|
||||
showError.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user