@digi-frontend/dgate-api-documentation 1.0.84 → 1.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,6 +49,7 @@ const Layout = ({
49
49
  })
50
50
  const { dirty, isValid, isSubmitting, values, setFieldValue, handleSubmit, errors } = formik
51
51
  const [isPublishDialogOpen, setIsPublishDialogOpen] = useState(false)
52
+
52
53
  const [openMethodIndex, setOpenMethodIndex] = useState<number | null>(null)
53
54
 
54
55
  useEffect(() => {
@@ -57,11 +58,6 @@ const Layout = ({
57
58
  }
58
59
  }, [dirty])
59
60
 
60
- // TODO: keep it here until production
61
- useEffect(() => {
62
- console.log({ values, errors })
63
- }, [values])
64
-
65
61
  return (
66
62
  <div className={styles.docsLayout}>
67
63
  {dirty && (
package/variables.txt CHANGED
@@ -1 +1 @@
1
- export APP_VERSION=1.0.83
1
+ export APP_VERSION=1.0.84