diff --git a/frontend/src/components/funding/FundingReallocationRequestsTable.vue b/frontend/src/components/funding/FundingReallocationRequestsTable.vue
index 4f1252d1..069bb23b 100644
--- a/frontend/src/components/funding/FundingReallocationRequestsTable.vue
+++ b/frontend/src/components/funding/FundingReallocationRequestsTable.vue
@@ -3,16 +3,19 @@
Funding Re-allocation Requests
The funding re-allocation requests shown include all fiscal years of the selected facility.
+
- The selected facility has not submitted a funding re-allocation request.
+
+ The selected facility has not submitted a funding re-allocation request.
+
{{ format.formatDate(item?.date) }}
@@ -28,11 +31,14 @@
diff --git a/frontend/src/components/funding/StatusFilter.vue b/frontend/src/components/funding/StatusFilter.vue
new file mode 100644
index 00000000..18f4cfa2
--- /dev/null
+++ b/frontend/src/components/funding/StatusFilter.vue
@@ -0,0 +1,48 @@
+
+
+
+
+ Filter by Status
+ mdi-filter
+
+
+
+
+
+
+
+
+