Skip to content

Commit

Permalink
chore: disable jurisdictions and categories select
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszRybczonek committed Jan 30, 2024
1 parent f195361 commit a184dcc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script setup lang="ts">
import SettingsSection from '../SettingsSection.vue'
import PencilIcon from '@/components/icons/PencilIcon.vue'
import CategoryExclusionSelect from '@/components/settings/hostingPreferences/CategoryExclusionSelect.vue'
import JurisdictionExclusionSelect from '@/components/settings/hostingPreferences/JurisdictionExclusionSelect.vue'
</script>
Expand Down Expand Up @@ -35,6 +34,8 @@ import JurisdictionExclusionSelect from '@/components/settings/hostingPreference
<style lang="scss" scoped>
.card-content {
padding: 0 0 35px 0;
opacity: 0.5;
pointer-events: none;
}
.happ-selection-section {
Expand Down

0 comments on commit a184dcc

Please sign in to comment.