fix: when the variable does not exist, an error should be prompted (#8413)

Co-authored-by: Chen(MAC) <chenchen404@outlook.com>
This commit is contained in:
Pika
2024-09-14 14:08:10 +08:00
committed by GitHub
parent f01602b570
commit 5b18e851d2
3 changed files with 100 additions and 67 deletions

View File

@@ -80,6 +80,7 @@ const ConditionItem = ({
<VariableTag
valueSelector={condition.variable_selector}
varType={condition.varType}
availableNodes={availableNodes}
/>
</div>
<div className='mx-1 w-[1px] h-3 bg-divider-regular'></div>