.
This commit is contained in:
parent
355fc25095
commit
5f1f9466c8
@ -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
2
dist/client/index.html
vendored
2
dist/client/index.html
vendored
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user