This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
OpenSource
/
dify
Прати
4
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
152
Вики
Activity
Преглед изворни кода
feat: show path variable friendly in tool edit (
#7344
)
tags/0.7.1
wellCh4n
пре 1 година
родитељ
a2fafee53a
комит
9e6b755f62
No account linked to committer's email address
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Покажи статистику Diff
1
1
web/app/components/tools/edit-custom-collection-modal/index.tsx
+ 1
- 1
web/app/components/tools/edit-custom-collection-modal/index.tsx
Прегледај датотеку
@@ -169,7 +169,7 @@ const EditCustomCollectionModal: FC<Props> = ({
return ''
try {
const path = new URL(url).pathname
const path =
decodeURI(
new URL(url).pathname
)
return path || ''
}
catch (e) {
Write
Preview
Loading…
Откажи
Сачувај