Skip to content

Commit

Permalink
MB-43762: Get rid of errors in JS console
Browse files Browse the repository at this point in the history
Change-Id: Ifd4549bcf7b2c06ec6492099a9588ccb59c3ee15
Reviewed-on: http://review.couchbase.org/c/eventing/+/149868
Well-Formed: Build Bot <build@couchbase.com>
Reviewed-by: Srini Raman <srinivasan.raman@couchbase.com>
Tested-by: Vinayaka Kamath <vinayaka.kamath@couchbase.com>
  • Loading branch information
Vinayaka R Kamath committed Mar 30, 2021
1 parent 55dafa3 commit aa20c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/eventing-ui/ui-current/dialogs/app-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Confirm {{actionTitle}} Function</h2>
</span>
<br>
<!-- TODO: replace the below input text with a READ ONLY UI element after UI team designs one -->
<input class="input-short-1" style="width: 30%; margin-top: 0.5em;" type="text" ng-model="settings.changeFeedBoundary == 'from_now'?'From now':'Everything'" disabled>
<input class="input-short-1" style="width: 30%; margin-top: 0.5em;" type="text" ng-value="settings.changeFeedBoundary == 'from_now'?'From now':'Everything'" disabled>
</input>
</div>
</div>
Expand Down

0 comments on commit aa20c63

Please sign in to comment.