このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
OpenSource
/
dify
ウォッチ
4
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
152
Wiki
アクティビティ
ソースを参照
Fixed incorrect use of key in the page /plugins?category=discover
#15126
(
#15127
)
tags/1.0.1
Jimmiaxie
8ヶ月前
親
9c1db7dca7
コミット
2a6e522a87
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分情報を表示
1
1
web/app/components/plugins/marketplace/list/list-with-collection.tsx
+ 1
- 1
web/app/components/plugins/marketplace/list/list-with-collection.tsx
ファイルの表示
@@ -65,7 +65,7 @@ const ListWithCollection = ({
return (
<CardWrapper
key={plugin.
name
}
key={plugin.
plugin_id
}
plugin={plugin}
showInstallButton={showInstallButton}
locale={locale}
書き込み
プレビュー
読み込み中…
キャンセル
保存