We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcc61af + dc95c0a commit ea6367eCopy full SHA for ea6367e
2 files changed
.github/workflows/docker-build.yml
@@ -8,8 +8,7 @@ on:
8
- demo
9
paths:
10
- 'src/backend/**'
11
- - 'src/App/src/**'
12
- - 'src/App/server/**'
+ - 'src/App/**'
13
- '.github/workflows/docker-build.yml'
14
pull_request:
15
types:
@@ -23,8 +22,7 @@ on:
23
22
24
25
26
27
28
29
workflow_dispatch:
30
src/App/src/components/ChatPanel.tsx
@@ -130,7 +130,7 @@ export const ChatPanel = React.memo(function ChatPanel({
130
availableProducts={availableProducts}
131
onConfirm={onGenerateContent!}
132
isAwaitingResponse={isLoading}
133
- onProductSelect={onProductSelect!}
+ onProductSelect={onProductSelect}
134
disabled={isLoading}
135
/>
136
)}
0 commit comments