Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make links menu optional #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 22, 2023

  1. Make links menu optional

    No problem when you declare your HeaderActionProps in json but got an error in editor when you declare in js.
    By setting it optional we can create a js file with a const links declaration like this:
    
    import { HeaderActionProps } from './HeaderAction';
    
    export const links: HeaderActionProps['links'] = [
    TaPiOn- authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f0e15f5 View commit details
    Browse the repository at this point in the history