This commit is contained in:
David Arranz 2024-11-12 12:58:58 +01:00
parent 355fc25095
commit 5f1f9466c8
3 changed files with 26 additions and 26 deletions

View File

@ -92,7 +92,7 @@ export const QuotesDataTable = ({
row: { original: IListQuotes_Response_DTO };
renderValue: () => any;
}) => {
const allowToSent = original?.status === "accepted" && !original?.date_sent;
//const allowToSent = original?.status === "accepted" && !original?.date_sent;
const isSent = Boolean(original?.status === "accepted" && original?.date_sent);
return (

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>Uecko</title>
<script type="module" crossorigin src="/assets/index-B_fxMFjV.js"></script>
<script type="module" crossorigin src="/assets/index-m_8dy4w8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BZanV7G-.css">
</head>