Skip to content

Commit

Permalink
Must have archived tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 16, 2024
1 parent 5ef30ef commit e7a9ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/stores/cots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const useCOTStore = defineStore('cots', {
const feats: Set<COT> = new Set();

for (const value of store.values()) {
if (value.path === path) {
if (value.path === path && value.properties.archived) {
feats.add(value);
}
}
Expand Down

0 comments on commit e7a9ced

Please sign in to comment.