Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSOCA-518: Update new form menu #437

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/components/process/MyDocuments/NewFormModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default class NewFormModal extends Vue {
{name:'form5', title:'Notice of Hearing of Appeal (Form 5)'},
{name:'form6', title:'Notice of Settlement or Abandonment (Form 6)'},
{name:'form7', title:'Notice of Urgent Application (Form 7)'},
{name:'form8', title:'Notice of Application to Vary an Order of a Justice (Form 8)'},
{name:'form8', title:'Notice of Application to Vary or Cancel an Order of a Justice (Form 8)'},
{name:'form9', title:'Requisition (Form 9)'},
{name:'form10', title:'Order of a single justice (Form 10)'},
{name:'form11', title:'Order of three or more justices (Form 11)'},
Expand Down
Loading