We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a830927 + 72ebfa8 commit a1db7d1Copy full SHA for a1db7d1
workspaces/ballerina/data-mapper/src/components/DataMapper/Header/DataMapperHeader.tsx
@@ -73,6 +73,11 @@ export function DataMapperHeader(props: DataMapperHeaderProps) {
73
iconName="clear-all"
74
tooltip="Clear all mappings"
75
/>
76
+ <ActionIconButton
77
+ onClick={onRefresh}
78
+ iconName="refresh"
79
+ tooltip="Refresh all mappings"
80
+ />
81
</ActionGroupContaner>
82
<FilterBar>
83
<HeaderSearchBox />
@@ -132,6 +137,7 @@ const RightContainer = styled.div<{ isClickable: boolean }>`
132
137
133
138
const ActionGroupContaner = styled.div`
134
139
display: flex;
140
+ gap: 2px;
135
141
`;
136
142
143
const BreadCrumb = styled.div`
0 commit comments