This commit is contained in:
hamid zarghami
2025-02-09 12:42:32 +03:30
parent 617041e2ba
commit 71d3d5c393
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
VITE_TOKEN_NAME = 'dsc_token' VITE_TOKEN_NAME = 'dsc_token'
VITE_REFRESH_TOKEN_NAME = 'dsc_refresh_token' VITE_REFRESH_TOKEN_NAME = 'dsc_refresh_token'
# VITE_BASE_URL = 'https://danak-dsc-api.run.danakcorp.com' VITE_BASE_URL = 'https://danak-dsc-api.run.danakcorp.com'
VITE_BASE_URL = 'http://192.168.0.223:3500' # VITE_BASE_URL = 'http://192.168.0.223:3500'
-2
View File
@@ -74,8 +74,6 @@ const Notifications: FC = () => {
hasMore={hasNextPage} hasMore={hasNextPage}
loader={<h4>در حال بارگذاری...</h4>} loader={<h4>در حال بارگذاری...</h4>}
scrollThreshold={0.9} scrollThreshold={0.9}
// scrollableTarget="notificationsContainer"
pullDownToRefresh