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:
parent
f3948ce802
commit
cd6d4e3c1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user