Limit the use of the same shortcut name when adding a shortcut
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
@@ -41,7 +41,6 @@ const useStyles = makeStyles(theme => ({
|
||||
type Props = {
|
||||
formValues?: FormValues;
|
||||
onSave: SubmitHandler<FormValues>;
|
||||
// api: ShortcutApi;
|
||||
onClose: () => void;
|
||||
allowExternalLinks?: boolean;
|
||||
};
|
||||
@@ -49,7 +48,6 @@ type Props = {
|
||||
export const ShortcutForm = ({
|
||||
formValues,
|
||||
onSave,
|
||||
// api,
|
||||
onClose,
|
||||
allowExternalLinks,
|
||||
}: Props) => {
|
||||
|
||||
Reference in New Issue
Block a user