mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-04 10:23:03 -05:00
Fixed code smell 'Unexpected empty arrow function' reported by SonarQube.
This commit is contained in:
@@ -85,7 +85,7 @@ describe('FormComponents', ()=>{
|
||||
});
|
||||
|
||||
it('props change', ()=>{
|
||||
let onChange = ()=>{};
|
||||
let onChange = ()=>{/*This is intentional (SonarQube)*/};
|
||||
ctrl.setProps({
|
||||
readonly: true,
|
||||
disabled: true,
|
||||
|
||||
Reference in New Issue
Block a user