Fix JS linting issue

This commit is contained in:
Julien Déramond 2024-08-07 07:31:22 +02:00
parent b0a530abf4
commit 8fb67874c5
No known key found for this signature in database
GPG Key ID: DCD226672FC08F31
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ const DefaultType = {
offset: '(array|string|function)',
popperConfig: '(null|object|function)',
reference: '(string|element|object)',
strategy: 'string',
strategy: 'string'
}
/**