Skip to content

Commit fbb118e

Browse files
Ionys320jbrooksuk
authored andcommitted
fix(metric): Fix a previous commit
1 parent b23afce commit fbb118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/metric.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
document.addEventListener('alpine:init', () => {
3434
Alpine.data('chart', () => ({
3535
metric: {{ Js::from($metric) }},
36-
period: {{ Js::from($metric->defaultView) }},
36+
period: {{ Js::from($metric->default_view) }},
3737
points: [
3838
[],
3939
[],

0 commit comments

Comments
 (0)