Allow for selecting sites

This commit is contained in:
Eli Ribble 2026-04-16 07:55:08 +00:00
parent 35ab261ee8
commit 8514ec36d5
No known key found for this signature in database
3 changed files with 13 additions and 12 deletions

View file

@ -29,8 +29,8 @@ body {
<ThreeColumn>
<template #left>
<ReviewSiteColumnList
@doDeselectSite="siteDeselect"
@doSelectSite="siteSelect"
@doSiteDeselect="siteDeselect"
@doSiteSelect="siteSelect"
:selectedSite="selectedSite"
:sites="storeSite.all()"
/>