Skip to content

Commit a61b7a5

Browse files
committed
fix(metric): Fix a previous commit
1 parent 0745935 commit a61b7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/metric.blade.php

+1-1
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)