mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #177 from Hestia-Homes/feature/switch-on-measures-aggregates
switched back on show measures
This commit is contained in:
commit
b29be8835f
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ export function ReportingClientArea({
|
|||
{/* Show measures */}
|
||||
<button
|
||||
onClick={() => setMeasuresOpen(true)}
|
||||
disabled={true}
|
||||
disabled={scenarioBusy}
|
||||
className={`
|
||||
rounded-md px-3 py-2 text-sm font-medium transition
|
||||
${
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue