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,
columns,
} = getContext("grid")
const bannedDisplayColumnTypes = [
"link",
"array",

View File

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