Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Jan 3, 2024
1 parent 4a66acc commit 388e918
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion front/components/assistant_builder/AssistantBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,11 @@ export default function AssistantBuilder({
label="Advanced actions"
hasChildren={true}
>
<DropdownMenu.Items origin="topLeft" width={250}>
<DropdownMenu.Items
origin="topLeft"
width={250}
marginLeft={40}
>
{ADVANCED_ACTION_MODES.filter((key) => {
return (
key !== "DATABASE_QUERY" ||
Expand Down
8 changes: 4 additions & 4 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"initdb": "npx tsx admin/db.ts"
},
"dependencies": {
"@dust-tt/sparkle": "^0.2.59",
"@dust-tt/sparkle": "^0.2.60",
"@dust-tt/types": "file:../types",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
Expand Down

0 comments on commit 388e918

Please sign in to comment.