mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 11:51:13 +01:00
Confirmation Dialogs
This commit is contained in:
@@ -7,5 +7,5 @@ type Props = {
|
||||
};
|
||||
|
||||
export function ParametersEditor({ parameters, onChange }: Props) {
|
||||
return <PairEditor pairs={parameters} onChange={onChange} namePlaceholder="param_name" />;
|
||||
return <PairEditor pairs={parameters} onChange={onChange} namePlaceholder="name" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user