Skip to content

Commit 134ebaf

Browse files
committed
remove validate option
1 parent 080e520 commit 134ebaf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/views/RoomInfoEditView/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ const MESSAGE_TYPE_VALUES = MessageTypeValues.map(m => ({
4141
}));
4242

4343
const dirtyOptions: SetValueConfig = {
44-
shouldDirty: true,
45-
shouldValidate: true
44+
shouldDirty: true
4645
};
4746

4847
const schema = yup.object().shape({

0 commit comments

Comments
 (0)