hiding create & createAnother

I want to hide create & createAnother button in relation manager how to do that ??
1 Reply
moaaz_m_f
moaaz_m_f14mo ago
go to relationshipManager open the relation you want add this function to CreateAction
Tables\Actions\CreateAction::make()->disableCreateAnother(),
Tables\Actions\CreateAction::make()->disableCreateAnother(),