mirror of https://github.com/langgenius/dify.git
comments
This commit is contained in:
parent
f47c9be102
commit
c01b96fa35
|
|
@ -175,7 +175,7 @@ const parseAsBundleInfo = createParser<BundleInfoQuery>({
|
|||
|
||||
/**
|
||||
* Hook to manage plugin installation state via URL
|
||||
* @returns [installState, setInstallState] - Installation state and setter
|
||||
* @returns [installState, setInstallState] - installState includes parsed packageId and bundleInfo
|
||||
*
|
||||
* @example
|
||||
* const [installState, setInstallState] = usePluginInstallation()
|
||||
|
|
|
|||
Loading…
Reference in New Issue