mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-05-24 17:02:31 +08:00
perf: rename empty layer to NO NAME
This commit is contained in:
parent
c9beceab76
commit
18ba04a5b1
@ -356,7 +356,7 @@ const renderLabel = ({ option }) => {
|
|||||||
if (option.label === '') {
|
if (option.label === '') {
|
||||||
// blank label name
|
// blank label name
|
||||||
return h('div', [
|
return h('div', [
|
||||||
h(NText, { italic: true, depth: 3 }, () => '[Empty]'),
|
h(NText, { italic: true, depth: 3 }, () => '[NO NAME]'),
|
||||||
h('span', () => ` (${option.keyCount || 0})`),
|
h('span', () => ` (${option.keyCount || 0})`),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user