Skip to content

Commit c430def

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 07a4d75 + 0776a33 commit c430def

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/Generators/ViewsGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ public function renderTableRows(): string
292292
'content' => $this->getNameLabel(),
293293
],
294294
[
295-
'search' => "</x-forms::table.cell>\n",
296-
'keep_search' => true,
295+
'search' => $renderer->addIndentation("// columns\n", 2),
296+
'keep_search' => false,
297297
'content' => $columns ? "\n" . $columns : '',
298298
],
299299
], $template);

stubs/views/model-soft-deletes/_list.blade.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
@endif
4343
</div>
4444
</x-forms::table.cell>
45+
// columns
4546

4647
</x-forms::table.row>
4748
@endforeach

stubs/views/model/_list.blade.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
@endcan
2727
</div>
2828
</x-forms::table.cell>
29+
// columns
2930

3031
</x-forms::table.row>
3132
@endforeach

0 commit comments

Comments
 (0)