Back to workspace
Running
Iteration 4
File changes
Syntax-highlighted diff for the selected file in this iteration.
resources/views/components-showcase.blade.php
+1
-1
blade
1088
1088
<x-ui.ai-loop-panel
1089
1089
title="Changes this run"
1090
1090
:description="$fileCount.' files'"
1091
1091
>
1092
-
<x-ui.ai-change-set :files="$changeSet" />
1092
+
<x-ui.ai-change-set :embedded="true" navigate :files="$changeSet" />
1093
1093
</x-ui.ai-loop-panel>