mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: add datasource node readme
This commit is contained in:
@ -67,7 +67,7 @@ const PluginInfo: FC<PluginInfoProps> = ({
|
||||
<Badge
|
||||
className="mx-1"
|
||||
uppercase={false}
|
||||
text={version}
|
||||
text={version ?? detail.plugin_unique_identifier.split(':')[1]?.split('@')?.[0]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user