Skip to content

Commit 4900448

Browse files
committed
chore(ui): Update pull request template. Fix unformatted file
1 parent f9455dd commit 4900448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Include any relevant information about the test environment (e.g. Browser or Pla
1717
## Checklist
1818

1919
- [ ] The PR follows the branch and commit styles outlined in the [CONTRIBUTING](/OctoConsulting/keip-canvas/blob/main/docs/CONTRIBUTING.md) doc
20-
- [ ] Linting and formattng checks pass locally with the new changes
20+
- [ ] (UI changes only) Linting and formatting checks pass locally with the new changes (`npm run precommit` from the `ui` directory)

ui/src/components/toolbar/assistant/prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const flowUpdatePrompt = PromptTemplate.fromTemplate(
1212
`
1313
)
1414

15-
export { flowCreatePrompt, flowUpdatePrompt }
15+
export { flowCreatePrompt, flowUpdatePrompt }

0 commit comments

Comments
 (0)