Skip to content

Commit

Permalink
Duster
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Jun 7, 2024
1 parent e9e39b9 commit 9ad2fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/preview-column.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div x-data>
<template x-ref="template">
@foreach($getRecord()->text as $key => $translation)
@foreach ($getRecord()->text as $key => $translation)
<div class="block"><span class="font-bold">{{ $key }}</span> - {{ $translation }} </div>
@endforeach

Expand Down

0 comments on commit 9ad2fdb

Please sign in to comment.