@propriety/court-calendar 1.0.79 → 1.0.80

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.
package/dist/index.mjs CHANGED
@@ -15829,7 +15829,6 @@ function QH({
15829
15829
  Li,
15830
15830
  {
15831
15831
  open: t,
15832
- keepMounted: !0,
15833
15832
  onClose: () => r(!1),
15834
15833
  fullWidth: !0,
15835
15834
  maxWidth: "lg",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@propriety/court-calendar",
3
3
  "private": false,
4
- "version": "1.0.79",
4
+ "version": "1.0.80",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -105,7 +105,6 @@ export default function CCModal({
105
105
  return (
106
106
  <Dialog
107
107
  open={modalIsOpen}
108
- keepMounted
109
108
  onClose={() => setIsOpen(false)}
110
109
  fullWidth
111
110
  maxWidth='lg'