1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-18 03:22:21 +02:00

Refined: Clean up code formatting for deleteSelected method

- Removed JSDoc comment for the `deleteSelected` method `@returns {void}`.
- No functional changes made to the logic or behavior of the method.

modified: src/components/MonitorList.vue
This commit is contained in:
GJS 2024-12-30 11:16:54 +01:00
parent f3948ce802
commit cd6d4e3c1c
No known key found for this signature in database
GPG Key ID: BE32D9EAF927E85B

View File

@ -342,7 +342,7 @@ export default {
* Delete each selected monitor and update the UI once the deletion is complete.
* This method initiates the deletion process for all selected monitors, updates
* the user interface, and reloads the page to reflect the changes.
* @returns {void} - This function does not return any value.
* @returns {void}
*/
deleteSelected() {
// Iterate over each selected monitor's ID and delete it