feat: latest Tasks
This commit is contained in:
@@ -12,7 +12,7 @@ const ClientsPage: FC = () => {
|
||||
const {clients, refetch} = useClientsList();
|
||||
const onCreate = (client: ClientSchema) => {
|
||||
ClientService
|
||||
.createClient({
|
||||
.createClientApi({
|
||||
requestBody: {
|
||||
data: client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user