Introduce accent for chips (#911)
* Introduce accent for chips * Add top bar on Mobile on Settings pages * Various fixes * Fix according to peer review
This commit is contained in:
@ -24,7 +24,10 @@ export function People() {
|
||||
async function handleAddButtonClick() {
|
||||
await insertOnePerson({
|
||||
variables: {
|
||||
data: {},
|
||||
data: {
|
||||
firstName: '',
|
||||
lastName: '',
|
||||
},
|
||||
},
|
||||
refetchQueries: [getOperationName(GET_PEOPLE) ?? ''],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user