Skip to content

Commit

Permalink
modifed
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnn committed Apr 23, 2024
1 parent cf7c4b9 commit aa8d76b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -201,9 +201,9 @@ public static function sourceMailFieldDataProvider()
{
return [
['radio', ['data' => ['type' => 'radio']], 'radio'],
['select', ['data' => ['type' => 'radio']], 'select'],
['multi_check', ['data' => ['type' => 'radio']], 'multi_check'],
['autozip', ['data' => ['type' => 'radio']], 'autozip'],
['select', ['data' => ['type' => 'select']], 'select'],
['multi_check', ['data' => ['type' => 'multi_check']], 'multi_check'],
['autozip', ['data' => ['type' => 'autozip']], 'autozip'],
['text', ['data' => ['type' => 'text']], true]
];
}

0 comments on commit aa8d76b

Please sign in to comment.