mirror of
https://github.com/WordPress/create-block-theme.git
synced 2025-10-03 16:11:13 +08:00
Added subfolder to initial theme state to eliminate render error (#652)
This commit is contained in:
parent
3b69810360
commit
244cb1c5c3
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export const ThemeMetadataEditorModal = ( { onRequestClose } ) => {
|
|||
author_uri: '',
|
||||
tags_custom: '',
|
||||
recommended_plugins: '',
|
||||
subfolder: '',
|
||||
} );
|
||||
|
||||
const { createErrorNotice } = useDispatch( noticesStore );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue