Skip to content

Commit a1db7d1

Browse files
Merge pull request #1016 from KCSAbeywickrama/bi-dm-refresh-readd
[BI Data Mapper] Add refresh button
2 parents a830927 + 72ebfa8 commit a1db7d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

workspaces/ballerina/data-mapper/src/components/DataMapper/Header/DataMapperHeader.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ export function DataMapperHeader(props: DataMapperHeaderProps) {
7373
iconName="clear-all"
7474
tooltip="Clear all mappings"
7575
/>
76+
<ActionIconButton
77+
onClick={onRefresh}
78+
iconName="refresh"
79+
tooltip="Refresh all mappings"
80+
/>
7681
</ActionGroupContaner>
7782
<FilterBar>
7883
<HeaderSearchBox />
@@ -132,6 +137,7 @@ const RightContainer = styled.div<{ isClickable: boolean }>`
132137

133138
const ActionGroupContaner = styled.div`
134139
display: flex;
140+
gap: 2px;
135141
`;
136142

137143
const BreadCrumb = styled.div`

0 commit comments

Comments
 (0)