()
| 221 | }) |
| 222 | |
| 223 | const resetAdd = () => { |
| 224 | setStore("addServer", { |
| 225 | url: "", |
| 226 | name: "", |
| 227 | username: DEFAULT_USERNAME, |
| 228 | password: "", |
| 229 | error: "", |
| 230 | showForm: false, |
| 231 | status: undefined, |
| 232 | }) |
| 233 | } |
| 234 | const resetEdit = () => { |
| 235 | setStore("editServer", { |
| 236 | id: undefined, |
no test coverage detected