Mapping /usecase2 and some small changes on app modal
This commit is contained in:
@@ -984,7 +984,7 @@ const Apps2 = (props) => {
|
||||
<AppModal
|
||||
open={openModal}
|
||||
onClose={handleAppModalClose}
|
||||
data={selectedApp}
|
||||
app={selectedApp}
|
||||
userdata={userdata}
|
||||
/>
|
||||
<div style={boxStyle}>
|
||||
|
||||
@@ -692,7 +692,7 @@ const UsecaseListComponent = (props) => {
|
||||
|
||||
// This is the start of a dashboard that can be used.
|
||||
// What data do we fill in here? Idk
|
||||
const Dashboard = (props) => {
|
||||
const Usecases2 = (props) => {
|
||||
const { globalUrl, isLoggedIn, userdata } = props;
|
||||
//const alert = useAlert();
|
||||
const { leftSideBarOpenByClick} = useContext(Context);
|
||||
@@ -1250,4 +1250,4 @@ const Dashboard = (props) => {
|
||||
return dataWrapper
|
||||
};
|
||||
|
||||
export default Dashboard;
|
||||
export default Usecases2;
|
||||
|
||||
Reference in New Issue
Block a user