Skip to content

Commit

Permalink
remove unique validation for consent key
Browse files Browse the repository at this point in the history
  • Loading branch information
AravindRam-Ranium committed Feb 21, 2024
1 parent bdf4725 commit c1555ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/ConsentOptionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public static function form(Form $form): Form
)
->required(),
Forms\Components\TextInput::make('key')
->unique(ignorable: fn ($record) => $record)
->required(),
Forms\Components\TextInput::make('label')
->hint('(For checkbox)')
Expand Down

0 comments on commit c1555ca

Please sign in to comment.