Skip to content

Commit

Permalink
Removal of asterisks
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot authored Dec 6, 2023
1 parent daa794c commit 520beb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const VIACustomControl = (props: VIACustomControlProps) => {
onClick={() => {
if (
window.confirm(
`Are you sure you want to continue performing the action **${props.label}**?`,
`Are you sure you want to continue performing the action ${props.label}?`,
)
) {
props.updateValue(name, ...command, buttonOption[0]);
Expand Down

0 comments on commit 520beb1

Please sign in to comment.