Skip to content

Commit ec07673

Browse files
authored
[#3417]: Blocks: All Blocks Page - Create Block Button in the Title Bar opens wrong modal ('Select Model Type') (#3424)
1 parent d21a045 commit ec07673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/blocks/views/AllBlocks.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export const AllBlocks = () => {
220220
{showCreateModelDialogue && (
221221
<CreateModelDialogue
222222
modelType="block"
223+
typeIsSet={true}
223224
onClose={() => setShowCreateModelDialogue(false)}
224225
/>
225226
)}

0 commit comments

Comments
 (0)