Skip to content

Commit

Permalink
add view
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed May 29, 2024
1 parent 963757a commit b94c6b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default (elements, i18n, state) => {
});
};
const watchedState = onChange(state, (path) => {
// switch (path) {
// case 'form.isValid':

// }
// eslint-disable-next-line default-case
switch (path) {
case 'form.isValid':
}
});
return {
watchedState,
Expand Down

0 comments on commit b94c6b7

Please sign in to comment.