Skip to content

Commit

Permalink
ofmcc-6328 - add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vietle-cgi committed Oct 30, 2024
1 parent 8fd050f commit cfd8fd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/components/funding/FundingAllocationTab.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<v-container fluid class="pa-0">
<div class="ma-2">View or submit a change for your centre's current monthly funding allocations. Funds can be re-allocated based on the rules below.</div>
<!-- TODO (vietle-cgi) - update permission once we receive confirmation for this requirement -->
<v-row v-if="hasPermission(PERMISSIONS.SUBMIT_CHANGE_REQUEST)" no-gutters class="mx-2 my-6 my-sm-2 justify-end">
<AppButton :loading="loading" @click="toggleAssistanceRequestDialog()">Request to Re-allocate Funds</AppButton>
</v-row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
:headers="fundingRequestsHeaders"
:items="fundingReallocationRequests"
item-key="fundingEnvelopeId"
:items-per-page="10"
density="compact"
:mobile="null"
mobile-breakpoint="md"
Expand Down

0 comments on commit cfd8fd7

Please sign in to comment.