mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 16:35:26 -04:00
[PR #31] [MERGED] add ability to update org display names from settings page #110
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/31
Author: @timothycarambat
Created: 8/8/2023
Status: ✅ Merged
Merged: 8/8/2023
Merged by: @timothycarambat
Base:
master← Head:30-edit-org-display-name📝 Commits (2)
7a5e52cadd ability to update org display names from settings page8ceec9dupdate response📊 Changes
8 files changed (+140 additions, -7 deletions)
View changed files
📝
backend/endpoints/v1/organizations/index.js(+35 -0)📝
backend/models/organization.js(+27 -0)📝
frontend/src/models/organization.ts(+13 -0)📝
frontend/src/pages/DocumentView/FragmentList/index.tsx(+2 -1)📝
frontend/src/pages/SystemSettings/Settings/index.tsx(+56 -1)📝
frontend/src/pages/SystemSettings/index.tsx(+1 -1)📝
workers/functions/syncChroma/index.js(+3 -2)📝
workers/functions/syncPinecone/index.js(+3 -2)📄 Description
resolves #30
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.