Skip to content

Commit da38d6d

Browse files
v0.1.2
1 parent 3e1206b commit da38d6d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Presentation/Views/CreateDialogFlow/CreateNewDialogFlow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ const CreateNewDialogFlow: React.FC<CreateNewDialogFlowProps> = ({
177177
closeModal();
178178
}}
179179
typeDialog={selectedDialogType || DialogType.group}
180+
typeAddEditDialog={TypeOpenDialog.create}
180181
idOwnerDialog={remoteDataSourceMock.authInformation!.userId.toString()}
181182
/>
182183
)}

0 commit comments

Comments
 (0)