closeCSVSettings: function () {
    var dialog = this.queryByHook('CSV-settings');
    dialogPolyfill.registerDialog(dialog);
    dialog.close();
  },