mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Switch to use modal processes
This commit is contained in:
@ -68,7 +68,7 @@ function StepperCard({data}: Props): JSX.Element
|
||||
}
|
||||
})(StepConnector);
|
||||
|
||||
console.log(`data ${JSON.stringify(data)}`);
|
||||
// console.log(`data ${JSON.stringify(data)}`);
|
||||
|
||||
return (
|
||||
<Stepper connector={<CustomizedConnector />} activeStep={activeStep} alternativeLabel sx={{paddingBottom: "0px", boxShadow: "none", background: "white"}}>
|
||||
|
@ -68,9 +68,9 @@ function TableCard({title, linkText, linkURL, noRowsFoundHTML, data, dropdownOpt
|
||||
const [dropdownLabel, setDropdownLabel] = useState<string>("");
|
||||
const [dropdownIcon, setDropdownIcon] = useState<string>(openArrowIcon);
|
||||
|
||||
console.log(`data: ${JSON.stringify(data?.rows)}`);
|
||||
console.log(`bool: ${data && data?.columns && !data?.rows}`);
|
||||
console.log(`norowsfound: ${noRowsFoundHTML}`);
|
||||
// console.log(`data: ${JSON.stringify(data?.rows)}`);
|
||||
// console.log(`bool: ${data && data?.columns && !data?.rows}`);
|
||||
// console.log(`norowsfound: ${noRowsFoundHTML}`);
|
||||
|
||||
const openDropdown = ({currentTarget}: any) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user