new component - start numbering at 1
This commit is contained in:
parent
29ee500eea
commit
f71bda6d6a
|
@ -22,7 +22,7 @@ export default function(component, state) {
|
|||
}
|
||||
})
|
||||
|
||||
let index = 0
|
||||
let index = 1
|
||||
let name
|
||||
while (!name) {
|
||||
const tryName = `${capitalised} ${index}`
|
||||
|
|
Loading…
Reference in New Issue