We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f29c4 commit ecca30cCopy full SHA for ecca30c
1 file changed
src/renderer/actions/local-sync/schemas.ts
@@ -53,6 +53,7 @@ const KeyValuePair = Type.Object({
53
value: Type.String(),
54
isEnabled: Type.Boolean(),
55
type: Type.Optional(Type.String()),
56
+ description: Type.Optional(Type.String()),
57
});
58
59
const formData = Type.Object({
0 commit comments