mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-08 06:47:56 +02:00
Fixed: Adding/Editing not replacing Implementation Name
This commit is contained in:
parent
f9606518ee
commit
62bcf397dd
@ -93,7 +93,7 @@ function selectSettings<T extends ModelBaseSetting>(
|
||||
|
||||
// Return a flattened value
|
||||
if (key === 'implementationName') {
|
||||
// acc.implementationName = item[key];
|
||||
acc.implementationName = item[key];
|
||||
|
||||
return acc;
|
||||
}
|
||||
|
@ -58,5 +58,6 @@ type Mapped<T> = {
|
||||
};
|
||||
|
||||
export type PendingSection<T> = Mapped<T> & {
|
||||
implementationName?: string;
|
||||
fields?: PendingField<T>[];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user