Skip to content

Commit ea6367e

Browse files
Merge pull request #824 from microsoft/psl-dev-fixes
fix: resolve PR review comments - expand CI path filters and remove n…
2 parents bcc61af + dc95c0a commit ea6367e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
- demo
99
paths:
1010
- 'src/backend/**'
11-
- 'src/App/src/**'
12-
- 'src/App/server/**'
11+
- 'src/App/**'
1312
- '.github/workflows/docker-build.yml'
1413
pull_request:
1514
types:
@@ -23,8 +22,7 @@ on:
2322
- demo
2423
paths:
2524
- 'src/backend/**'
26-
- 'src/App/src/**'
27-
- 'src/App/server/**'
25+
- 'src/App/**'
2826
- '.github/workflows/docker-build.yml'
2927
workflow_dispatch:
3028

src/App/src/components/ChatPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const ChatPanel = React.memo(function ChatPanel({
130130
availableProducts={availableProducts}
131131
onConfirm={onGenerateContent!}
132132
isAwaitingResponse={isLoading}
133-
onProductSelect={onProductSelect!}
133+
onProductSelect={onProductSelect}
134134
disabled={isLoading}
135135
/>
136136
)}

0 commit comments

Comments
 (0)