diff --git a/.gitignore b/.gitignore index 8ef7218..3bbc3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ dist-ssr .env colors.css notes.md +pnpm-lock.yaml # Editor directories and files .vscode/* diff --git a/src/components/App/FineSearchPanel.vue b/src/components/App/FineSearchPanel.vue index 357bf97..fd9a8c0 100644 --- a/src/components/App/FineSearchPanel.vue +++ b/src/components/App/FineSearchPanel.vue @@ -6,6 +6,7 @@ const props = defineProps({ isSearching: { type: Boolean, default: false }, folioQuery: { type: String, default: "" }, curpQuery: { type: String, default: "" }, + hasSelectedFine: { type: Boolean, default: false }, }); const emit = defineEmits([ @@ -15,6 +16,7 @@ const emit = defineEmits([ "search-folio", "search-curp", "qr-detected", + "condone-fine", ]); const tabs = [ @@ -25,7 +27,7 @@ const tabs = [ diff --git a/src/components/App/FineSection.vue b/src/components/App/FineSection.vue index 8b2b2b5..25fb15a 100644 --- a/src/components/App/FineSection.vue +++ b/src/components/App/FineSection.vue @@ -177,6 +177,7 @@ const switchTab = (tab) => { {