Missing Title / Edit Record / Actions
tommiekn opened this issue · 3 comments
tommiekn commented
tiagomarinho31 commented
+1
Malasuerte94 commented
Hi @tommiekn, try this.
return [
Tabs::make('Pannel', [....................])->withToolbar(),
];
Just add ->withToolbar()
tommiekn commented
@Malasuerte94 works, thanks!
This should prob be added to the docs somewhere