mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 14:31:22 +02:00
lint fix
This commit is contained in:
parent
9e602e48cf
commit
694ecf6da0
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ function ManageImportListsEditModalContent(
|
|||
const [minimumAvailability, setMinimumAvailability] = useState(NO_CHANGE);
|
||||
const [rootFolderPath, setRootFolderPath] = useState(NO_CHANGE);
|
||||
const [retroApplyTags, setRetroApplyTags] = useState(NO_CHANGE);
|
||||
|
||||
const save = useCallback(() => {
|
||||
let hasChanges = false;
|
||||
const payload: SavePayload = {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue