Skip to content

v5.9.6

Compare
Choose a tag to compare
@arturvolokhin arturvolokhin released this 02 Sep 14:53
· 15 commits to master since this release

What's new:

  • Add baseAppUrl props in component to change the base path of the app.
    It's works with react-router

    Example:
    <Admin baseAppUrl="/app" />