Skip to content

Commit

Permalink
removed placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed May 18, 2018
1 parent b6888e1 commit 45b4047
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions client/src/components/app/HealthPackagesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ Last update: 2018-05-18

<div class="PageSection" v-if="activeProjectName !== ''">

<button class="btn" @click="createNewPackageSet">Create new health benefits package</button>

<span>&nbsp;based on [FIX]</span>

<select
title="countrySelect"
id="country"
:required="true"
v-model="country">
<option
v-for = "country in countryList"
:value="country"
>
{{country}}
</option>
</select>

<br/><br/>
<!--<button class="btn" @click="createNewPackageSet">Create new health benefits package</button>-->

<!--<span>&nbsp;based on [FIX]</span>-->

<!--<select-->
<!--title="countrySelect"-->
<!--id="country"-->
<!--:required="true"-->
<!--v-model="country">-->
<!--<option-->
<!--v-for = "country in countryList"-->
<!--:value="country"-->
<!--&gt;-->
<!--{{country}}-->
<!--</option>-->
<!--</select>-->

<!--<br/><br/>-->

<input type="text"
class="txbox"
Expand Down

0 comments on commit 45b4047

Please sign in to comment.