mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Fix linting error
This commit is contained in:
@@ -44,7 +44,7 @@ class AddResourceRole extends React.Component {
|
||||
|
||||
if (selectedIndex > -1) {
|
||||
selectedResourceRows.splice(selectedIndex, 1);
|
||||
let stateToUpdate = { selectedResourceRows };
|
||||
const stateToUpdate = { selectedResourceRows };
|
||||
if (selectedResourceRows.length === 0) {
|
||||
stateToUpdate.maxEnabledStep = currentStepId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user