mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
UI: HDS adoption replace <Button> in lib/core (2) (#24122)
* first four buttons * swap button in object list input and update styling * swap search select buttons * string list input * update text file * toggle button * add comment * swap eye-con * revert toggle button, add deprecation note * cleanup css for object list input * fix test * revert toggle changes * add margin
This commit is contained in:
@@ -30,7 +30,6 @@ export default class TextFileComponent extends Component {
|
||||
@tracked content = '';
|
||||
@tracked filename = '';
|
||||
@tracked uploadError = '';
|
||||
@tracked showValue = false;
|
||||
@tracked showTextArea = false;
|
||||
elementId = guidFor(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user