mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Remove md5-hex wrapper and use blueimp-md5 directly
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { memo } from 'react'
|
||||
import Typography from '@material-ui/core/Typography'
|
||||
import sanitizeFieldRestProps from './sanitizeFieldRestProps'
|
||||
import md5 from 'md5-hex'
|
||||
import md5 from 'blueimp-md5'
|
||||
|
||||
export const MultiLineTextField = memo(
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user