Skip to content

Commit

Permalink
Bugfix_514 (#770)
Browse files Browse the repository at this point in the history
* bugfix_514

* Delete yarn.lock

* return yarn.lock

Co-authored-by: Kostiantyn <zeleniy.ejik@gnail.com>
  • Loading branch information
KostiantynSoloviov and Kostiantyn authored Aug 18, 2022
1 parent f170ca8 commit b73af3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/postUpdation/AllPostTypesUpdation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const AllPostTypesUpdation: React.FC<IAllPostTypesUpdation> = ({
JSON.stringify(postCurrentState)
) {
setIsDisabled(false);
} else {
setIsDisabled(true);
}
}, [
title,
Expand Down

0 comments on commit b73af3b

Please sign in to comment.