F
Filament10mo ago
Abi

is there a way to update the tab label with relation managers

when using relation manager and hasCombinedRelationManagerTabsWithContent is set to true, is there a way to update the default tab label from Edit to something else?
No description
1 Reply
Mook
Mook9mo ago
public function getContentTabLabel(): string { return 'whatever you want the tab to be'; }