mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-25 17:59:40 +00:00
fixes after merge
This commit is contained in:
@ -18,7 +18,7 @@ class RemoteBookableSpacesService implements BookableSystemService {
|
|||||||
}) async {
|
}) async {
|
||||||
try {
|
try {
|
||||||
final response = await _httpService.get(
|
final response = await _httpService.get(
|
||||||
path: ApiEndpoints.getBookableSpaces,
|
path: ApiEndpoints.bookableSpaces,
|
||||||
queryParameters: {
|
queryParameters: {
|
||||||
'page': param.page,
|
'page': param.page,
|
||||||
'size': param.size,
|
'size': param.size,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:syncrow_web/pages/access_management/booking_system/presentation/view/widgets/icon_text_button.dart';
|
||||||
|
|
||||||
import 'package:syncrow_web/pages/access_management/booking_system/view/widgets/icon_text_button.dart';
|
|
||||||
import 'package:syncrow_web/utils/constants/assets.dart';
|
import 'package:syncrow_web/utils/constants/assets.dart';
|
||||||
|
|
||||||
class BookingPage extends StatelessWidget {
|
class BookingPage extends StatelessWidget {
|
||||||
|
Reference in New Issue
Block a user