Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -96,7 +96,7 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
setCustomCollection(newCollection)
|
||||
setParamsSchemas(parameters_schema)
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
const customCollection = getCustomCollection()
|
||||
const newCollection = produce(customCollection, (draft) => {
|
||||
draft.schema_type = ''
|
||||
@@ -172,7 +172,7 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
const path = decodeURI(new URL(url).pathname)
|
||||
return path || ''
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
return url
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user