Skip to content

Commit

Permalink
changes in bulk upload
Browse files Browse the repository at this point in the history
  • Loading branch information
falezekiel committed Feb 13, 2025
1 parent faf6404 commit 96fa962
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions resources/assets/js/pages/api_usage/terms_conditions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
{{ $t('common.published') }} {{ terms.createdAt | moment('MMM DD YYYY, HH:mm') }}
</p>
<hr>
<!--<router-link :to="{ name: 'api-usage.prev_terms_conditions', params: {} }" class="underlined-link">
{{ $t('api_usage.view_prev_terms') }}
</router-link> -->
</b-col>

<b-col cols="12" class="mt-4">
Expand Down
3 changes: 0 additions & 3 deletions resources/assets/js/pages/content/bulkUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<b-col>
<h1 class="sec-title">{{ $t('content.bulk_upload.bulk_upload') }}</h1>
</b-col>
<!-- <b-col>
<selectSociety class="ml-auto rtl-mr-auto" v-model="selectedSoc" v-on:languageChange="languageChange" :societyList="filteredSocieties"></selectSociety>
</b-col> -->
</page-banner>
<b-row class="pl-4 pr-4 pb-4 bg-white">
<b-col cols="7">
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/pages/content/customSelectSociety.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
try {
await this.$store.dispatch('content/fetchOrganisations')
} catch (e) {
console.log(e)
this.$noty.error(this.$t('error_alert_text'))
}
},
getLocalStorage () {
Expand Down
3 changes: 0 additions & 3 deletions resources/assets/js/pages/content/simpleSocietyPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ export default {
},
}
</script>
<style>
</style>
2 changes: 1 addition & 1 deletion resources/assets/js/pages/settings/password.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
position: absolute;
right: 25px;
top: 60%;
transform: translateY(-50%); /* 🔥 Centra el icono verticalmente */
transform: translateY(-50%);
cursor: pointer;
color: #A8A8A8;
font-size: 18px;
Expand Down

0 comments on commit 96fa962

Please sign in to comment.