Skip to content

Commit

Permalink
version rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
permafrost06 committed Feb 3, 2022
1 parent 4988b7d commit 5aceaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casedb",
"version": "0.9.0",
"version": "0.3.0",
"description": "Patient/disease case management software",
"author": "Finalconcept Media/permafrost06",
"private": true,
Expand Down
4 changes: 1 addition & 3 deletions src/components/patientsTable.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<h1 style="display:inline-block;margin: 1rem">
Pending Patients | Updated version
</h1>
<h1 style="display:inline-block;margin: 1rem">Pending Patients</h1>
<router-link :to="{ name: 'AddRecord' }">
<button style="width: auto; margin: 1rem; padding: .25rem 1rem;">
Add Patient
Expand Down

0 comments on commit 5aceaef

Please sign in to comment.