Skip to content

Commit

Permalink
Update InputBlocks default rendering label
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed Jun 2, 2024
1 parent d3571a0 commit 4df51eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Forms/Inputs/InputBlocks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ const props = defineProps({
<div
v-else
class="opacity-75 cursor-not-allowed"
>Static Block</div>
>{{ block.schema.label }}</div>
</div>
</template>

0 comments on commit 4df51eb

Please sign in to comment.