このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
feat: show path variable friendly in tool edit (
#7344
)
tags/0.7.1
wellCh4n
1年前
親
a2fafee53a
コミット
9e6b755f62
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
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) {
書き込み
プレビュー
読み込み中…
キャンセル
保存