mirror of https://github.com/buster-so/buster.git
change icon label
This commit is contained in:
parent
3488f8798b
commit
23f86a90ec
|
@ -285,7 +285,7 @@ export const useNavigatetoMetricItem = ({
|
|||
},
|
||||
{
|
||||
value: 'results-chart',
|
||||
label: 'Results chart',
|
||||
label: 'View results',
|
||||
icon: <Table />,
|
||||
link: {
|
||||
to: '/app/metrics/$metricId/results',
|
||||
|
@ -299,7 +299,7 @@ export const useNavigatetoMetricItem = ({
|
|||
},
|
||||
{
|
||||
value: 'sql-chart',
|
||||
label: 'SQL chart',
|
||||
label: 'View SQL',
|
||||
icon: <Code />,
|
||||
link: {
|
||||
to: '/app/metrics/$metricId/sql',
|
||||
|
|
Loading…
Reference in New Issue