Revert "Merge pull request 'Added category in item resource page' (#189) from ranjith-dev into master"
Some checks are pending
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Waiting to run

This reverts commit e0cfe7ccea, reversing
changes made to 3c8bcb2e9e.
This commit is contained in:
root
2026-03-21 09:14:24 +00:00
parent e0cfe7ccea
commit 91cad60e02

View File

@@ -82,9 +82,6 @@ class ItemResource extends Resource
Forms\Components\TextInput::make('category')
->label('Category')
->placeholder('Scan the Category'),
Forms\Components\TextInput::make('category')
->label('Category')
->placeholder('Scan the Category'),
Forms\Components\TextInput::make('code')
->required()
->placeholder('Scan the valid code')