Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Akctarus committed Jul 5, 2024
1 parent 4df9568 commit aea57d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/applications/stdcmV2/components/StdcmConfig.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useRef, useEffect, useState } from 'react';
import React, { useRef, useEffect } from 'react';

import { Button } from '@osrd-project/ui-core';
import { Alert } from '@osrd-project/ui-icons';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ const StcdmTableResults = ({
}
fileName={`STDCM-${simulationReportSheetNumber}.pdf`}
>
<Button label={t('downloadSimulationSheet')} isDisabled />
<Button
label={t('downloadSimulationSheet')}
/* TODO: make the button clickable again when the simulation sheet is modified*/
isDisabled
/>
</PDFDownloadLink>
</div>
<div className="gesico-text">{t('gesicoRequest')}</div>
Expand Down

0 comments on commit aea57d9

Please sign in to comment.