Skip to content
Snippets Groups Projects
Verified Commit a9d848fc authored by Dennis Collaris's avatar Dennis Collaris
Browse files

feat: re-add attribute type icons

parent 6c480eac
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,7 @@ export const QueryBuilderContextMenu = (props: {
checked={isAttributeAdded(attr)}
onCheckedChange={_ => toggleAttribute(attr)}
label={attr.handleData.attributeName}
iconRight={getDataTypeIcon(attr?.handleData?.attributeType)}
/>
))}
</SubMenuContent>
......
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