Added subfolder to initial theme state to eliminate render error (#652)

This commit is contained in:
Jason Crist 2024-05-23 11:23:08 -04:00 committed by GitHub
parent 3b69810360
commit 244cb1c5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ export const ThemeMetadataEditorModal = ( { onRequestClose } ) => {
author_uri: '',
tags_custom: '',
recommended_plugins: '',
subfolder: '',
} );

const { createErrorNotice } = useDispatch( noticesStore );