Update relationship cell icon
This commit is contained in:
parent
3e2fcf2f76
commit
4cd5239612
|
@ -20,6 +20,7 @@
|
|||
ui,
|
||||
columns,
|
||||
} = getContext("grid")
|
||||
|
||||
const bannedDisplayColumnTypes = [
|
||||
"link",
|
||||
"array",
|
||||
|
|
|
@ -15,7 +15,7 @@ const TypeIconMap = {
|
|||
number: "123",
|
||||
boolean: "Boolean",
|
||||
attachment: "AppleFiles",
|
||||
link: "Link",
|
||||
link: "DataCorrelated",
|
||||
formula: "Calculator",
|
||||
json: "Brackets",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue