Skip to content

Commit f9db747

Browse files
committed
add reset engagement button placeholder
1 parent 84dea88 commit f9db747

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/react/src/modules/guide/components/Toolbar/V2/GuideRowDetails.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ export const GuideRowDetails = ({
193193
gap="1"
194194
style={{ alignSelf: "stretch" }}
195195
>
196+
<Button
197+
size="0"
198+
variant="outline"
199+
// TODO(KNO-11468): Placeholder button
200+
onClick={() => {}}
201+
>
202+
Reset engagement
203+
</Button>
196204
<Button
197205
size="0"
198206
variant="outline"

0 commit comments

Comments
 (0)