mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-03 01:42:52 +08:00
fix: change let to const for parameters (ESLint prefer-const)
This commit is contained in:
@@ -338,7 +338,7 @@ function AddStorage_page() {
|
||||
return
|
||||
}
|
||||
|
||||
let parameters: ParametersType =
|
||||
const parameters: ParametersType =
|
||||
storageInfo.framework === 'rclone'
|
||||
? formHook.getFieldsValue(formHook.getTouchedFields())
|
||||
: formHook.getFieldsValue()
|
||||
|
||||
Reference in New Issue
Block a user