feat: latest Tasks

This commit is contained in:
2024-09-01 22:30:16 +03:00
parent 8b00f043d5
commit 3eb940d452

View File

@@ -12,7 +12,7 @@ const ClientsPage: FC = () => {
const {clients, refetch} = useClientsList();
const onCreate = (client: ClientSchema) => {
ClientService
.createClient({
.createClientApi({
requestBody: {
data: client
}