Merge branch 'DEVELOPMENT' of https://gitea.internship.project-moonshot.com/Laux/Frontend-Internal-Developer-Platform into DEVELOPMENT
This commit is contained in:
@@ -20,7 +20,7 @@ const Alert = (props) => {
|
||||
<div className={styles.iconContainer}>
|
||||
<BoxedCheckIcon />
|
||||
</div>
|
||||
<p>Create New Service</p>
|
||||
<p>{props.title}</p>
|
||||
</div>
|
||||
<div className={styles.alertBody}>
|
||||
<p>
|
||||
|
||||
@@ -38,6 +38,7 @@ const TopHeader = (props) => {
|
||||
<Alert
|
||||
setTriggerAlert={setTriggerAlert}
|
||||
onClick={() => setEditState(true)}
|
||||
title={props.topbarTitle}
|
||||
/>
|
||||
)}
|
||||
<div className={styles.container}>
|
||||
|
||||
Reference in New Issue
Block a user