AVAnnotate / admin-client

Application for building AVAnnotate websites
0 stars 0 forks source link

Implement functionality for Open button in Page list #166

Open camdendotlol opened 3 weeks ago

camdendotlol commented 3 weeks ago

Steve noticed that this button didn't do anything, so I looked in the code and it looks like we missed this: https://github.com/AVAnnotate/admin-client/blob/develop/src/components/PageList/PageRow.tsx#L49

The button should work the same way as the Open in New Tab button on the events list.

image