Newer
Older
dmpopidor / lib / assets / javascripts / views / plans / share.js
import ariatiseForm from '../../utils/ariatiseForm';

$(() => {
  // Invite Collaborators form on the Share page
  ariatiseForm({ selector: '#new_role' });
});