canFinish: function () {
    if (this._atAnyImportPane()) {
      return this._uploadModel.isValidToUpload();
    } else if (this._atDatasetsPane()) {
      return this._selectedDatasetsCollection.length > 0;