mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
add metadata filter
This commit is contained in:
@@ -404,8 +404,10 @@ export const isSameOverrideConfig = (
|
||||
existingOverrideConfig?: ICommonObject,
|
||||
newOverrideConfig?: ICommonObject
|
||||
): boolean => {
|
||||
// Skip check if its internal call
|
||||
if (isInternal) return true
|
||||
if (isInternal) {
|
||||
if (existingOverrideConfig && Object.keys(existingOverrideConfig).length) return false
|
||||
return true
|
||||
}
|
||||
// If existing and new overrideconfig are the same
|
||||
if (
|
||||
existingOverrideConfig &&
|
||||
|
||||
Reference in New Issue
Block a user