remove test menuitem

This commit is contained in:
Cole Goldsmith 2025-10-22 15:33:55 -05:00
parent 1fef4ee1df
commit e0fdb32843

View file

@ -456,11 +456,6 @@ export function KnowledgeDropdown() {
icon: Folder, icon: Folder,
onClick: () => setShowFolderDialog(true), onClick: () => setShowFolderDialog(true),
}, },
{
label: "Amazon S3",
icon: AwsIcon,
onClick: () => setShowS3Dialog(true),
},
...(awsEnabled ...(awsEnabled
? [ ? [
{ {