The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
This PR fixes the problem we are having in our current layout that were introduced in #327.
In this PR I'm reverting those changes in favor of refactoring the Package Layout to work smoothly with MUI Grids. I'm also using Conditional Rendering instead of disabled Box to handle the change between sections.
Fixes #356
This PR fixes the problem we are having in our current layout that were introduced in #327.
In this PR I'm reverting those changes in favor of refactoring the Package Layout to work smoothly with MUI Grids. I'm also using Conditional Rendering instead of disabled
Box
to handle the change between sections.