mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-16 00:19:32 -06:00
Simplify this a bit more
This commit is contained in:
@@ -8,7 +8,7 @@ describe('popperOptionsReenablePreventOverflow', () => {
|
||||
{ name: 'preventOverflow', fn: function () {} },
|
||||
{
|
||||
name: 'preventOverflow',
|
||||
fn: function () {
|
||||
fn: function (arg0) {
|
||||
return
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user