Skip to content

Commit 9f44889

Browse files
committed
no need for edvId in case of Quest
1 parent 404907b commit 9f44889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Apps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<small>{{ domainFromOriginComputed }}</small>
252252
</div>
253253

254-
<div class="form-group" v-if="edit === true">
254+
<div class="form-group" v-if="edit === true && appModel.services[0].id != 'QUEST'">
255255
<tool-tip infoMessage="Your Encrypted Data Vault id"></tool-tip>
256256
<label for="orgDid"><strong>Encrypted Data Vault Id: </strong></label>
257257
<input type="text" class="form-control" id="orgDid" v-model="appModel.edvId" aria-describedby="orgNameHelp"

0 commit comments

Comments
 (0)