Skip to content

Commit

Permalink
making changes to tagger, need addNewRow() to work
Browse files Browse the repository at this point in the history
  • Loading branch information
cardo14 committed Oct 8, 2024
1 parent 08cbb4c commit 262d875
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 902 deletions.
2 changes: 1 addition & 1 deletion app/(interactive)/tag-match/[slug]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function TagMatch() {
const [videoObject, setVideoObject] = useState(null);
const [videoId, setVideoId] = useState('');
const [tableState, setTableState] = useState({ rows: [], activeRowIndex: null });
const [currentPage, setCurrentPage] = useState('FirstServe'); // TODO: the default should continue from what was filled in last
const [currentPage, setCurrentPage] = useState('PointScore'); // TODO: the default should continue from what was filled in last
const [taggerHistory, setTaggerHistory] = useState([]); // Array to hold the history of states
const [isPublished, setIsPublished] = useState(false); // Customers can only see Published matches
const [matchMetadata, setMatchMetadata] = useState({});
Expand Down
Loading

0 comments on commit 262d875

Please sign in to comment.