Skip to content

Commit

Permalink
fix: member page wt-button-select color [WTEL-4042]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 12, 2023
1 parent edb72c8 commit ed1987e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
>
<template #primary-action>
<wt-button-select
:color="disabledSave && 'secondary'"
:color="disabledSave ? 'secondary' : 'primary'"
:options="saveOptions"
@click="save"
@click:option="({ callback }) => callback()"
Expand Down

0 comments on commit ed1987e

Please sign in to comment.