mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-31 00:36:16 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue