Skip to content

Commit 27f714e

Browse files
authored
Merge branch 'master' into fix-formatting
2 parents 6807e01 + a87ff26 commit 27f714e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ Thus, before your contribution can be accepted by the project team, contributors
2525
- Add the `-s` flag when you make the commit(s), e.g. `git commit -s -m "feat: add support for magic"`
2626
- Open a [Pull Request](https://github.com/eclipse/editdor/pulls)
2727

28+
2829
For more information, please see the Eclipse Committer Handbook:
2930
https://www.eclipse.org/projects/handbook/#resources-commit

src/components/TDViewer/TDViewer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export default function TDViewer() {
4646
addFormDialog.current.openModal();
4747
};
4848

49+
4950
useEffect(() => {
5051
try {
5152
setTd(JSON.parse(context.offlineTD));

0 commit comments

Comments
 (0)