Skip to content

Commit

Permalink
Merge pull request #3994 from hcvcastro/pr/main/01
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored Sep 9, 2024
2 parents bcf054f + 999624c commit c9cd12f
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 c9cd12f

Please sign in to comment.