fix chapter list not calling onlineFetch=true

This commit is contained in:
Aria Moradi
2021-09-27 18:29:05 +03:30
parent 9a89346c01
commit cd86e160ca
2 changed files with 8 additions and 5 deletions

View File

@@ -107,6 +107,7 @@ export default function CategorySelect(props: IProps) {
/>
)}
label={categoryInfo.category.name}
key={categoryInfo.category.id}
/>
))}
</FormGroup>