Skip to content

Commit

Permalink
Fixed CO number
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Mar 27, 2023
1 parent d32e044 commit a5c9c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Elements/Components/vue-table.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
join: "<?php echo _txt('pl.grouperlite.action.join') ?>"
},
api: {
co: 1,
co: <?php echo $config['co'] ?>,
mode: "<?php echo PeoplePickerModeEnum::All ?>",
base: "<?php echo $this->webroot ?>grouper_lite/grouper_groups",
find: "<?php echo $this->Html->url(
Expand Down

0 comments on commit a5c9c8c

Please sign in to comment.