add comment

feature/default_network_editable
brunobar79 6 years ago
parent 656afeefad
commit d0ccc59e45
  1. 5
      ui/app/actions.js

@ -1833,6 +1833,11 @@ function hideAlert () {
}
}
/**
* This action will receive two types of values via qrCodeData
* an object with the following structure {type, values}
* or null (used to clear the previous value)
*/
function qrCodeDetected (qrCodeData) {
return {
type: actions.QR_CODE_DETECTED,

Loading…
Cancel
Save