mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix merge errors
This commit is contained in:
@@ -270,7 +270,7 @@ export default function AddDialog({
|
||||
{isLoadingButton ? (
|
||||
<CircularProgress style={{ color: 'white' }} size={20} />
|
||||
) : (
|
||||
t(isEditMode ? 'Save' : 'Add' )
|
||||
t(isEditMode ? 'Save' : 'Add')
|
||||
)}
|
||||
</Button>
|
||||
</ButtonWrapper>
|
||||
|
||||
Reference in New Issue
Block a user