changes in input fields
This commit is contained in:
@@ -3,6 +3,7 @@ import TopHeader from "../components/topHeader/TopHeader";
|
||||
import globalStyle from "../globalStyle.module.css";
|
||||
import styles from "./styles.module.css";
|
||||
import DeleteIcon from "../components/icons/delete";
|
||||
import SuccessToast from "../components/toast/success/successToast";
|
||||
const CredentialsPage = () => {
|
||||
const sampleData = [
|
||||
{
|
||||
@@ -56,6 +57,7 @@ const CredentialsPage = () => {
|
||||
];
|
||||
return (
|
||||
<div className={globalStyle.section}>
|
||||
<SuccessToast message="New Credential added successfully!" />
|
||||
<div className={globalStyle.mainContainer}>
|
||||
<div className={globalStyle.container}>
|
||||
<TopHeader buttonText="Add Credentials" topbarTitle="Credentials" />
|
||||
|
||||
Reference in New Issue
Block a user