mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 19:06:51 +08:00
Chore/cleanup warnings (#17974)
This commit is contained in:
@@ -98,7 +98,7 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
setCustomCollection(newCollection)
|
||||
setParamsSchemas(parameters_schema)
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
const customCollection = getCustomCollection()
|
||||
const newCollection = produce(customCollection, (draft) => {
|
||||
draft.schema_type = ''
|
||||
@@ -174,7 +174,7 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
const path = decodeURI(new URL(url).pathname)
|
||||
return path || ''
|
||||
}
|
||||
catch (e) {
|
||||
catch {
|
||||
return url
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -213,7 +213,7 @@ const ProviderDetail = ({
|
||||
setToolList(list)
|
||||
}
|
||||
}
|
||||
catch (e) { }
|
||||
catch { }
|
||||
setIsDetailLoading(false)
|
||||
}, [collection.name, collection.type])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user