Update relationship cell icon

This commit is contained in:
Andrew Kingston 2023-04-21 10:43:43 +01:00
parent 3e2fcf2f76
commit 4cd5239612
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
ui, ui,
columns, columns,
} = getContext("grid") } = getContext("grid")
const bannedDisplayColumnTypes = [ const bannedDisplayColumnTypes = [
"link", "link",
"array", "array",

View File

@ -15,7 +15,7 @@ const TypeIconMap = {
number: "123", number: "123",
boolean: "Boolean", boolean: "Boolean",
attachment: "AppleFiles", attachment: "AppleFiles",
link: "Link", link: "DataCorrelated",
formula: "Calculator", formula: "Calculator",
json: "Brackets", json: "Brackets",
} }