Skip to content

Commit cf31a01

Browse files
committed
put heading back to before 904d0db
1 parent 728ed9a commit cf31a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/fields/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Icon name="loading" />
44
</div>
55

6-
<StackHeader v-if="!loading" :title="__(fieldtype.title + ' ' + 'Field')" :icon="fieldtype.icon">
6+
<StackHeader v-if="!loading" :title="__(values.display) || __(config.display) || config.handle" :icon="fieldtype.icon">
77
<template #actions>
88
<Button variant="default" @click.prevent="commit" :text="__('Apply')" />
99
<Button v-if="!(isNestedField)" variant="primary" @click.prevent="commitAndSave" icon="save" :text="__('Apply & Save')" />

0 commit comments

Comments
 (0)