[deleted] since beta 14, you must pass the modal class as a parameter instead of a modal instance.
app.modal.show(new MyModal) => app.modal.show(MyModal)
app.modal.show(new MyModal({attrName: value})) => app.modal.show(MyModal, {attrName: value})
Additionally in your code you are using flagrow-direct-links as an object key, which won't work because of the -. It should be ['flagrow-direct-links'].