Skip to content

Commit

Permalink
Components: Input-element-config-panel: Fix UI text
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <arturomanzoli@gmail.com>
  • Loading branch information
ArturoManzoli committed Feb 6, 2025
1 parent b4d98d2 commit f85b28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputElementConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<div class="flex flex-col items-center mb-4 -ml-[7px] w-[248px]">
<template v-if="currentElement.component !== CustomWidgetElementType.Button">
<div class="flex w-full justify-between items-center h-[40px] border-b-[1px] border-[#FFFFFF33]">
<p class="text-center w-full text-sm">Action URL parameter</p>
<p class="text-center w-full text-sm">Data-lake variable</p>
<v-btn
v-if="
openNewDataLakeVariableForm === false && currentElement.options.dataLakeVariable?.name === undefined
Expand Down

0 comments on commit f85b28e

Please # to comment.