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

Missing Title / Edit Record / Actions #279

Open
tommiekn opened this issue Feb 28, 2023 · 3 comments
Open

Missing Title / Edit Record / Actions #279

tommiekn opened this issue Feb 28, 2023 · 3 comments

Comments

@tommiekn
Copy link

Hello,

I have noticed that using the trait "HasTabs" removes the whole default header with the Title of the nova resource, the edit button and the action buttons (see screenshot).

Not sure if i am missing something?

Screenshot 2023-02-28 at 1 39 38 PM

@tiagomarinho31
Copy link

+1

@Malasuerte94
Copy link

Malasuerte94 commented Mar 17, 2023

Hi @tommiekn, try this.

return [
    Tabs::make('Pannel', [....................])->withToolbar(),
];

Just add ->withToolbar()

@tommiekn
Copy link
Author

@Malasuerte94 works, thanks!

This should prob be added to the docs somewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants