feat: Display und Chart für KÜs
This commit is contained in:
@@ -237,14 +237,13 @@ const IsoChartActionBar: React.FC = () => {
|
||||
</div>
|
||||
</Listbox>
|
||||
|
||||
{/* ISO starten button*/}
|
||||
<button
|
||||
onClick={handleFetchData}
|
||||
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
|
||||
disabled={isLoading}
|
||||
{/* Platzhalter für "ISO starten" Button, nimmt weiterhin Platz ein, aber ist unsichtbar */}
|
||||
<span
|
||||
style={{ visibility: "hidden" }}
|
||||
className="px-10 py-1 bg-littwin-blue text-white rounded text-sm"
|
||||
>
|
||||
ISO starten
|
||||
</button>
|
||||
</span>
|
||||
|
||||
<button
|
||||
onClick={handleFetchData}
|
||||
|
||||
Reference in New Issue
Block a user