Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Nov 1, 2023
1 parent e30edeb commit fcbe18b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dispatch/static/dispatch/src/task/TableExportDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
<incident-type-combobox v-model="incident_type" label="Incident Type" />
</v-list-item>
<v-list-item>
<incident-priority-combobox v-model="incident_priority" label="Incident Priority" />
<incident-priority-combobox
v-model="incident_priority"
label="Incident Priority"
/>
</v-list-item>
</v-list>
<v-btn color="info" @click="e1 = 2"> Continue </v-btn>
Expand Down

0 comments on commit fcbe18b

Please sign in to comment.