Skip to content

Commit

Permalink
#58 - refactoring after Dev Review - part III
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
  • Loading branch information
julianbollig committed Feb 17, 2025
1 parent f3d6119 commit d76e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebUI/src/views/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</div>
<info-table
v-show="showInfoParams"
:params="currentImage?.infoParams ?? {}"
:generationParameters="currentImage?.infoParams ?? {}"
@close="showInfoParams = false"
></info-table>
</div>
Expand Down

0 comments on commit d76e4fd

Please sign in to comment.