Skip to content

Commit

Permalink
Add routeRegex to emptyPopupDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpmccormick committed Nov 20, 2024
1 parent b27f927 commit 58cfb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/services/prismic/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ export function emptyPopupDialog(): RawPopupDialogDocument {
openButtonText: null,
text: [],
title: null,
routeRegex: null,
}) as RawPopupDialogDocument;
}

0 comments on commit 58cfb0c

Please sign in to comment.