PolicyEngine / policyengine-app

PolicyEngine's free web app for computing the impact of public policy.
GNU Affero General Public License v3.0
32 stars 86 forks source link

Household calculator's region selection page blanks out the Enter button #1660

Closed anth-volk closed 2 weeks ago

anth-volk commented 2 weeks ago

For some reason, it looks like this:

Screen Shot 2024-04-29 at 9 23 48 PM

Though it is an Ant Design button with proper hover effects and it does say "Enter" on it, meaning that the impact appears to be entirely visual.

anth-volk commented 2 weeks ago

@czhou578 Would you have any willingness/ability to look into this? This issue is a strange one.

czhou578 commented 2 weeks ago

Hmm, this is what I currently see. I have not updated my master branch on my fork yet. Could it be something related to the .env variables?? image

anth-volk commented 2 weeks ago

I think I may have found it, actually. I don't understand what changed, but it appears that we somewhere deleted a color and that some code that was used to disable the button was long deprecated, so both have been fixed in #1662.

Sorry to have not waited for your response, @czhou578, but considering the importance of the fix, I considered it best just to blaze forward. Thanks again for checking in on it.