Skip to content
Snippets Groups Projects
Unverified Commit a4e85417 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

add PK icon (#18015)

* add PK icon

* key -> label
parent 4bb00429
Branches
Tags
No related merge requests found
......@@ -759,6 +759,7 @@ export const ICON_MAPPING = {
[NUMBER]: "int",
[BOOLEAN]: "io",
[FOREIGN_KEY]: "connections",
[PRIMARY_KEY]: "label",
};
export function getIconForField(field) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment