eminiarts/nova-tabs

Missing Title / Edit Record / Actions

tommiekn opened this issue · 3 comments

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

Hi @tommiekn, try this.

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

Just add ->withToolbar()

@Malasuerte94 works, thanks!

This should prob be added to the docs somewhere