Skip to content
Snippets Groups Projects
Unverified Commit 1cfb4b2b authored by Alexander Kiselev's avatar Alexander Kiselev Committed by GitHub
Browse files

fix boolean literal icon (#21858)

parent ad80924b
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ export function suggest({
name: "True",
text: "True",
index: targetOffset,
icon: "compare",
icon: "io",
order: 1,
},
{
......@@ -62,7 +62,7 @@ export function suggest({
name: "False",
text: "False",
index: targetOffset,
icon: "compare",
icon: "io",
order: 1,
},
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment