(credential)
| 128 | } |
| 129 | |
| 130 | const edit = (credential) => { |
| 131 | const dialogProp = { |
| 132 | type: 'EDIT', |
| 133 | cancelButtonName: 'Cancel', |
| 134 | confirmButtonName: 'Save', |
| 135 | data: credential |
| 136 | } |
| 137 | setSpecificCredentialDialogProps(dialogProp) |
| 138 | setShowSpecificCredentialDialog(true) |
| 139 | } |
| 140 | |
| 141 | const share = (credential) => { |
| 142 | const dialogProps = { |