1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-04-19 21:18:12 +03:00
parent 11435e71ea
commit 437731b67f

View File

@ -50,7 +50,7 @@ export class HotbarRemoveCommand extends React.Component {
options={this.options}
autoFocus={true}
escapeClearsValue={false}
placeholder="Remove to hotbar" />
placeholder="Remove hotbar" />
);
}
}