mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Fix property order in ManageImportListsModalRow TypeScript definition
This commit is contained in:
parent
f715649231
commit
18fd8c2929
1 changed files with 2 additions and 1 deletions
|
|
@ -6,8 +6,9 @@ interface CssExports {
|
|||
'name': string;
|
||||
'qualityProfileId': string;
|
||||
'rootFolderPath': string;
|
||||
'tagExisting': string;
|
||||
'tags': string;
|
||||
'tagExisting': string;
|
||||
|
||||
}
|
||||
export const cssExports: CssExports;
|
||||
export default cssExports;
|
||||
|
|
|
|||
Loading…
Reference in a new issue