feat: improve python actions (#1083)

This commit is contained in:
Jonas Plum
2024-07-21 02:56:43 +02:00
committed by GitHub
parent 81bfbb2072
commit 91429effe2
55 changed files with 1143 additions and 585 deletions

View File

@@ -166,6 +166,8 @@ watch(
() => {
if (equalReaction(values, props.reaction)) {
submitDisabledReason.value = 'Make changes to save'
} else {
submitDisabledReason.value = ''
}
},
{ immediate: true }
@@ -312,7 +314,7 @@ const curlExample = computed(() => {
</TooltipContent>
</Tooltip>
</TooltipProvider>
<slot name="cancel" />
<slot name="cancel"></slot>
</div>
</form>
</template>