feat: add new notification trigger in GitHub
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
3551d12e7d
commit
a623116204
@@ -75,16 +75,16 @@ export default function InputCreator(props: InputCreatorProps): React.ReactEleme
|
||||
name={computedName}
|
||||
fullWidth
|
||||
disablePortal
|
||||
disableClearable={true}
|
||||
disableClearable={required}
|
||||
options={options}
|
||||
renderInput={(params) => <MuiTextField {...params} label={label} />}
|
||||
value={getOption(options, value)}
|
||||
onChange={console.log}
|
||||
description={description}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
if (type === 'string') {
|
||||
if (variables) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user