feat: add every day trigger in schedule integration
This commit is contained in:
@@ -51,7 +51,7 @@ export default function InputCreator(props: InputCreatorProps): React.ReactEleme
|
||||
const computedName = namePrefix ? `${namePrefix}.${name}` : name;
|
||||
|
||||
if (type === 'dropdown') {
|
||||
const preparedOptions = schema.options || optionGenerator(data?.getData);
|
||||
const preparedOptions = schema.options || optionGenerator(data);
|
||||
|
||||
return (
|
||||
<ControlledAutocomplete
|
||||
|
Reference in New Issue
Block a user