Jake Vanderwerf
2026-05-21 46d681c6b825d21b3f698d793c4e630c687d90ad
inc/meta/Repeater.php
@@ -392,6 +392,6 @@
    */
   public function rowLabelField(): ?string
   {
      return $this->config['row_label'] ?? null;
      return $this->config['add_label'] ?? null;
   }
}