Skip to content

Commit

Permalink
simple name use issue of dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
ktx-vaidehi committed May 7, 2024
1 parent 2d51aac commit a7b3fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/composables/dashboard/usePanelDataLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export const usePanelDataLoader = (
value: variable.value.join(","),
},
{
placeHolder: `${variable.name}`,
placeHolder: `\$${variable.name}`,
value: variable.value.join(","),
},
];
Expand Down

0 comments on commit a7b3fee

Please sign in to comment.