Skip to content

Commit 19f9611

Browse files
committed
add reset engagement button placeholder
1 parent ffb9433 commit 19f9611

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
@@ -191,6 +191,14 @@ export const GuideRowDetails = ({
191191
gap="1"
192192
style={{ alignSelf: "stretch" }}
193193
>
194+
<Button
195+
size="0"
196+
variant="outline"
197+
// TODO(KNO-11468): Placeholder button
198+
onClick={() => {}}
199+
>
200+
Reset engagement
201+
</Button>
194202
<Button
195203
size="0"
196204
variant="outline"

0 commit comments

Comments
 (0)