An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
GNU General Public License v3.0
132
stars
24
forks
source link
The Admin component ignores custom unauthorized layouts #210
Closed
sgobotta closed 4 years ago
Describe the bug When a custom Unauthorized is passed via
unauthorized
to Admin, it's ignored in the Admin componentTo Reproduce Steps to reproduce the behavior:
unauthorized
layout in theAdmin
componentUnauthorized
component is renderedExpected behavior The provided component to the
unauthorized
prop should be rendered.