Skip to content

Commit

Permalink
Fix blocks field empty prop #3872
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Oct 29, 2021
1 parent 774a1a9 commit 52b94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Forms/Blocks/Blocks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
icon="box"
@click="choose(blocks.length)"
>
{{ $t('field.blocks.empty') }}
{{ empty || $t("field.blocks.empty") }}
</k-empty>
</template>
</k-draggable>
Expand Down

0 comments on commit 52b94d6

Please sign in to comment.