mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Add couchbase vectore store support (#3093)
* Add couchbase vectore store support * Uncomment couchbase code * lint fix --------- Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
@@ -37,11 +37,11 @@
|
||||
}
|
||||
|
||||
.chatflow-canvas .react-flow__handle-connecting {
|
||||
cursor: not-allowed;
|
||||
background: #db4e4e !important;
|
||||
cursor: not-allowed;
|
||||
background: #db4e4e !important;
|
||||
}
|
||||
|
||||
.chatflow-canvas .react-flow__handle-valid {
|
||||
cursor: crosshair;
|
||||
background: #5dba62 !important;
|
||||
}
|
||||
cursor: crosshair;
|
||||
background: #5dba62 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user