Skip to content

Commit

Permalink
Changed "has uid" to "has block reference"
Browse files Browse the repository at this point in the history
  • Loading branch information
mdroidian committed Jan 3, 2024
1 parent d97853b commit 0079073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/conditionToDatalog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ const translator: Record<string, Translator> = {
getPageTitlesStartingWithPrefix("Canvas/").concat(["{current}"]),
placeholder: "Enter a page name",
},
"has uid": {
"has block reference": {
callback: ({ source, target }) => {
if (INPUT_REGEX.test(target)) {
return [
Expand Down Expand Up @@ -864,7 +864,7 @@ const translator: Record<string, Translator> = {
},
];
},
placeholder: "Enter a uid (with or without brackets)",
placeholder: "Enter a block reference (with or without brackets)",
},
};

Expand Down

0 comments on commit 0079073

Please sign in to comment.