|
|
|
@ -132,6 +132,8 @@ const Table: FunctionComponent = () => {
|
|
|
|
|
<Action
|
|
|
|
|
label="Edit Profile"
|
|
|
|
|
icon={faWrench}
|
|
|
|
|
c="gray"
|
|
|
|
|
variant="dark"
|
|
|
|
|
onClick={() => {
|
|
|
|
|
modals.openContextModal(ProfileEditModal, {
|
|
|
|
|
languages,
|
|
|
|
@ -142,8 +144,9 @@ const Table: FunctionComponent = () => {
|
|
|
|
|
></Action>
|
|
|
|
|
<Action
|
|
|
|
|
label="Remove"
|
|
|
|
|
variant="dark"
|
|
|
|
|
icon={faTrash}
|
|
|
|
|
color="red"
|
|
|
|
|
c="red"
|
|
|
|
|
onClick={() => action.remove(row.index)}
|
|
|
|
|
></Action>
|
|
|
|
|
</Group>
|
|
|
|
|