Skip to content

Commit

Permalink
[5.x] Fix duplicated field config header (#9896)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimn authored Apr 16, 2024
1 parent f8f0226 commit 9eeaa42
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions resources/js/components/fieldtypes/grid/Grid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
</header>
</template>

<header class="bg-gray-200 border-b py-3 rtl:pr-3 ltr:pl-3 flex items-center justify-between relative" v-if="fullScreenMode">
<h2 v-text="__(config.display)" />
<button class="btn-close absolute top-2 rtl:left-5 ltr:right-5" @click="fullScreenMode = false" :aria-label="__('Exit Fullscreen Mode')">&times;</button>
</header>

<section :class="{'p-4': fullScreenMode}">

<small v-if="hasExcessRows" class="help-block text-red-500">
Expand Down

0 comments on commit 9eeaa42

Please sign in to comment.