_computeButtonDisabled()

in submit-rules/gr-simple-submit-rules-repo-config.js [113:115]


  _computeButtonDisabled(readOnly, configChanged) {
    return readOnly || !configChanged;
  }