Skip to content

Commit

Permalink
Update edit.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
devansh-webkul authored Oct 26, 2023
1 parent 1538427 commit 45f1b2a
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,10 @@ class="text-[14px] text-gray-600 dark:text-gray-300 font-semibold cursor-pointer
item-key="id"
>
<template #item="{ element, index }">
<x-admin::table.thead.tr class="text-center hover:bg-gray-50 dark:hover:bg-gray-950" v-show="! element.isDelete">
<x-admin::table.thead.tr
class="text-center hover:bg-gray-50 dark:hover:bg-gray-950"
v-show="! element.isDelete"
>
<input
type="hidden"
:name="'options[' + element.id + '][isNew]'"
Expand Down Expand Up @@ -1124,4 +1127,4 @@ class="primary-button"
});
</script>
@endPushOnce
</x-admin::layouts>
</x-admin::layouts>

0 comments on commit 45f1b2a

Please sign in to comment.