AttachAction::make()
->form(function () {
return [
TextInput::make('recordId'),
SelectTree::make('parent_id')
->relationship('parent', 'name', 'parent_id)
];
})
AttachAction::make()
->form(function () {
return [
TextInput::make('recordId'),
SelectTree::make('parent_id')
->relationship('parent', 'name', 'parent_id)
];
})