Fork me on GitHub
#re-frame
<
2018-10-04
>
aarkerio21:10:26

Hi! how can I add a confirmation pop up to this dispatch: :on-click #(re-frame/dispatch [:delete-question id])

kenny22:10:26

@aarkerio Have an fx in delete-question that calls js/confirm.

👍 8