Start for mandatory kpi in config
parent
23f047df4e
commit
0a64411a5f
|
|
@ -330,6 +330,9 @@ export function ConfigTable({ from }: ConfigTableProps) {
|
|||
>
|
||||
<span title={`Click to view details (ID: ${kennzahl.id})`}>
|
||||
{kennzahl.name}
|
||||
{kennzahl.mandatory && (
|
||||
<span> *</span>
|
||||
)}
|
||||
</span>
|
||||
</td>
|
||||
<td style={{ padding: "12px" }}>
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ export default function UploadPage() {
|
|||
fontWeight: "bold",
|
||||
color: "#383838",
|
||||
marginBottom: 12,
|
||||
marginTop: 6,
|
||||
marginTop: 3,
|
||||
}}
|
||||
>
|
||||
Pitchbook Extractor
|
||||
|
|
|
|||
Loading…
Reference in New Issue