Skip to content

Commit

Permalink
category disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil-85 committed Aug 4, 2024
1 parent cf80552 commit 003744f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/details-edit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ const DetailsEdit: React.FC = () => {
<Select
onValueChange={(value) => handleSelectChange('group_type', value)}
defaultValue={field.value}
disabled={!isGroupEditing}
disabled={true}
>
<FormControl>
<SelectTrigger>
Expand Down

0 comments on commit 003744f

Please sign in to comment.