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 0dcb8e7 commit c6aee0aCopy full SHA for c6aee0a
apps/roam/src/components/settings/utils/zodSchema.example.ts
@@ -42,7 +42,7 @@ const suggestiveRules: SuggestiveRules = {
42
43
const discourseNodeSettings: DiscourseNodeSettings = {
44
text: "Claim",
45
- type: "_CLM-node",
+ uid: "_CLM-node",
46
format: "[[CLM]] - {content}",
47
shortcut: "C",
48
tag: "#claim",
apps/roam/src/components/settings/utils/zodSchema.ts
@@ -101,7 +101,7 @@ const booleanWithDefault = (defaultVal: boolean) =>
101
102
export const DiscourseNodeSchema = z.object({
103
text: z.string(),
104
- type: z.string(),
+ uid: z.string(),
105
format: stringWithDefault(""),
106
shortcut: stringWithDefault(""),
107
tag: stringWithDefault(""),
0 commit comments