complete story 9.5 with qa test
This commit is contained in:
@@ -119,7 +119,7 @@ new class extends Component {
|
||||
<form wire:submit="create" class="space-y-6">
|
||||
{{-- Client Selection --}}
|
||||
<flux:field>
|
||||
<flux:label>{{ __('timelines.select_client') }} *</flux:label>
|
||||
<flux:label class="required">{{ __('timelines.select_client') }}</flux:label>
|
||||
|
||||
@if($selectedUser)
|
||||
<div class="flex items-center gap-3 rounded-lg border border-zinc-200 bg-zinc-50 p-3 dark:border-zinc-700 dark:bg-zinc-900">
|
||||
@@ -177,7 +177,7 @@ new class extends Component {
|
||||
<div class="grid gap-6 sm:grid-cols-2">
|
||||
{{-- Case Name --}}
|
||||
<flux:field>
|
||||
<flux:label>{{ __('timelines.case_name') }} *</flux:label>
|
||||
<flux:label class="required">{{ __('timelines.case_name') }}</flux:label>
|
||||
<flux:input
|
||||
wire:model="caseName"
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user