@wavelengthusaf/components 1.2.1 → 1.2.2
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4996,7 +4996,8 @@ import IconButton5 from "@mui/material/IconButton";
|
|
|
4996
4996
|
import CloseIcon3 from "@mui/icons-material/Close";
|
|
4997
4997
|
import SnackbarContent2 from "@mui/material/SnackbarContent";
|
|
4998
4998
|
var WavelengthStandardSnackbar = (props) => {
|
|
4999
|
-
|
|
4999
|
+
console.log(props.show);
|
|
5000
|
+
const show = props.show;
|
|
5000
5001
|
const setShow = props.setShow;
|
|
5001
5002
|
const handleClose = () => {
|
|
5002
5003
|
setShow(false);
|