adds feature that removes 404 spreadsheets

This commit is contained in:
msramalho
2024-03-12 13:40:46 +00:00
parent 7c4e301d4d
commit 3101db4d24
2 changed files with 13 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ export default new Vuex.Store({
);
const response = await getDocs(q);
if(response.docs.length > 0) {
if (response.docs.length > 0) {
throw "Sheet already enabled";
}