Skip to content

Commit

Permalink
fixing config diff for netconf device issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckablack committed Oct 12, 2020
1 parent 8ced076 commit 13a745c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quokka-ui/src/components/Devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class Devices extends Component {
renderConfigDiffDialog(deviceName) {
this.fetchDeviceConfigDiff(deviceName)
this.setState({openConfigDiffDialog: true, deviceName: deviceName})
this.setState({configDiff: {current: {}, old: {}}});
}

handleCloseConfigDiffDialog(parent) {
Expand Down

0 comments on commit 13a745c

Please sign in to comment.