Skip to content

Commit

Permalink
fix missing ':' prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Castro <[email protected]>
  • Loading branch information
hcvcastro authored and backportbot[bot] committed Sep 10, 2024
1 parent 8d43b84 commit df846ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/Office.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<input name="css_variables" :value="formData.cssVariables" type="hidden">
<input name="theme" :value="formData.theme" type="hidden">
<input name="buy_product" value="https://nextcloud.com/pricing" type="hidden">
<input name="host_session_id" value="formData.hostSessionID" type="hidden">
<input name="host_session_id" :value="formData.hostSessionID" type="hidden">
</form>
<iframe :id="iframeId"
ref="documentFrame"
Expand Down

0 comments on commit df846ec

Please sign in to comment.