Skip to content

Commit 4489d62

Browse files
committed
fix: resolve product resource after merging
1 parent d47fcfe commit 4489d62

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Filament/Resources/ProductResource.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,11 @@ function ($query) {
154154
TextInput::make('meta_title')
155155
->label(__('eclipse-catalogue::product.fields.meta_title'))
156156
->maxLength(255)
157-
->translatable()
158157
->placeholder(__('eclipse-catalogue::product.placeholders.meta_title')),
159158

160159
Textarea::make('meta_description')
161160
->label(__('eclipse-catalogue::product.fields.meta_description'))
162161
->rows(3)
163-
->translatable()
164162
->placeholder(__('eclipse-catalogue::product.placeholders.meta_description')),
165163
])
166164
->collapsible()
@@ -197,8 +195,7 @@ function ($query) {
197195
},
198196
sectionTitle: __('eclipse-catalogue::product.sections.tenant_settings'),
199197
sectionDescription: __('eclipse-catalogue::product.sections.tenant_settings_description'),
200-
)
201-
->defaultData(['is_active' => true]),
198+
),
202199
]),
203200

204201
Tabs\Tab::make('Prices')

0 commit comments

Comments
 (0)