feat: Add new template button to templates page and improve template creation form
This commit is contained in:
@@ -31,6 +31,8 @@ class TemplateManager extends Component
|
||||
'select' => 'Lista desplegable',
|
||||
];
|
||||
|
||||
protected $listeners = ['showTemplateForm' => 'newTemplate'];
|
||||
|
||||
public function mount(Project $project)
|
||||
{
|
||||
$this->project = $project;
|
||||
@@ -138,4 +140,4 @@ class TemplateManager extends Component
|
||||
{
|
||||
return view('livewire.template-manager');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user