remove test menuitem
This commit is contained in:
parent
1fef4ee1df
commit
e0fdb32843
1 changed files with 0 additions and 5 deletions
|
|
@ -456,11 +456,6 @@ export function KnowledgeDropdown() {
|
|||
icon: Folder,
|
||||
onClick: () => setShowFolderDialog(true),
|
||||
},
|
||||
{
|
||||
label: "Amazon S3",
|
||||
icon: AwsIcon,
|
||||
onClick: () => setShowS3Dialog(true),
|
||||
},
|
||||
...(awsEnabled
|
||||
? [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue