Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Fix remote intent handler
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 15, 2020
1 parent fc68d04 commit a96f802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/IntentHandling.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<div class="form-row">
<label for="remote-handle-url" class="col-form-label">Remote URL</label>
<div class="col">
<input id="remote-handle-url" type="text" class="form-control" v-model="profile.handle.remote.url" :disabled="profile.intent.system != 'remote'">
<input id="remote-handle-url" type="text" class="form-control" v-model="profile.handle.remote.url" :disabled="profile.handle.system != 'remote'">
</div>
</div>
</div>
Expand Down

0 comments on commit a96f802

Please sign in to comment.