Skip to content

Commit 9bfa8ff

Browse files
committed
fixes
1 parent c31623e commit 9bfa8ff

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "todo-my-app-name",
3-
"version": "1.49.0",
3+
"version": "1.50.0",
44
"description": "Todo my app description",
55
"license": "MIT",
66
"main": "./dist/main/main.js",

src/renderer/app/components/inputs/JsonTextAreaField.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ export default function JsonTextAreaField({ value, onChange, rows = 6, ...props
3030
/>
3131
)
3232
}
33+
34+

0 commit comments

Comments
 (0)