more
This commit is contained in:
@@ -458,6 +458,10 @@ const DocEditPage = () => {
|
||||
}
|
||||
|
||||
async function updateRespGenerationCount(docId) {
|
||||
console.log("updaeeResponseGenerationCount fired");
|
||||
if (!docId) {
|
||||
return;
|
||||
}
|
||||
await updateDoc(doc(db, "documents", docId), {
|
||||
responseGenerations: increment(1),
|
||||
});
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
}
|
||||
|
||||
.checkbox-title-icon-box {
|
||||
|
||||
Reference in New Issue
Block a user