Skip to content

Commit

Permalink
Update SelectDialog.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Feb 26, 2024
1 parent 5307755 commit 5122998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Dialog,
} from "@mui/material";

import AuthTypes from "<CONFCWD>/util/authTypes.js"
const AuthTypes = include("util/authTypes.js")

function SelectDialog(props) {
const { onClose, selectedValue, open } = props;
Expand Down

0 comments on commit 5122998

Please sign in to comment.