feat: add new notification trigger in GitHub

This commit is contained in:
Ali BARIN
2022-04-21 21:10:03 +02:00
committed by Ömer Faruk Aydın
parent 3551d12e7d
commit a623116204
6 changed files with 163 additions and 19 deletions

View File

@@ -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 (