This commit is contained in:
ArnabChatterjee20k
2025-11-12 16:23:59 +05:30
parent 954011b2c4
commit ed8419986a
@@ -21,7 +21,6 @@ class Action extends UtopiaAction
if (\str_contains($path, '/documentsdb')) {
$this->context = 'documentsdb';
}
if (\str_contains($path, '/vectordb')) {
$this->context = 'vectordb';
}