This commit is contained in:
Philipp
2021-10-10 22:45:25 +02:00
parent 7061e16b27
commit f273c27e3b
7 changed files with 99 additions and 10 deletions

View File

@@ -287,6 +287,9 @@ class Index extends BaseSettings
$profileFieldInputs['new']['value'],
$permissionSet
));
unset($profileFieldInputs['new']);
unset($profileFieldOrder['new']);
}
foreach ($profileFieldInputs as $id => $profileFieldInput) {