Check filename on create

file-group-page
bat 3 years ago
parent dff6a09a5f
commit ee806518fe

@ -309,7 +309,7 @@ export class Header extends HTMLElement {
const input = document.createElement('input') const input = document.createElement('input')
input.value = '/' input.value = '/'
input.style.minWidth = '300px' input.style.minWidth = '300px'
dialog.bodyEl.appendChild(input) dialog.bodyEl.appendChi
const bGroup = document.createElement( const bGroup = document.createElement(
'm-forms-button-group' 'm-forms-button-group'
) )

Loading…
Cancel
Save