Skip to content

Commit 65cd770

Browse files
committed
Added Boolean initialization
1 parent eb29e51 commit 65cd770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/sdcCollection/sdcDistrictCollection/StepTwoMonitor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ export default defineComponent({
333333
data() {
334334
return {
335335
allowedFilters: MONITORING.allowedFilters,
336+
showExportDialog: false,
336337
filters: {},
337338
sortBy: [{ key: 'schoolTitle', order:'asc'}],
338339
headers: [

0 commit comments

Comments
 (0)