Skip to content

Commit

Permalink
fixing dropzone upload size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jan 19, 2024
1 parent 91e4492 commit d20dfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helpers/UtilsSettingsOutputHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ public static function getDataMappedIntegrationMissingFields(): array
}

/**
* Settings output misc disclamer.
* Settings output misc disclaimer.
*
* @return array<string, mixed>
*/
public static function getMiscDisclamer(): array
public static function getMiscDisclaimer(): array
{
return [
'component' => 'layout',
Expand Down

0 comments on commit d20dfac

Please sign in to comment.