add notice for schedule
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
VITE_TOKEN_NAME = 'dmnu_a_t'
|
||||
VITE_REFRESH_TOKEN_NAME = 'dmnu-a-rt'
|
||||
|
||||
VITE_BASE_URL = 'https://dmenuplus-api-production.dev.danakcorp.com'
|
||||
# VITE_BASE_URL = 'http://192.168.99.242:4000'
|
||||
# VITE_BASE_URL = 'https://dmenuplus-api-production.dev.danakcorp.com'
|
||||
VITE_BASE_URL = 'http://10.86.60.88:4000'
|
||||
|
||||
VITE_SOCKET_URL = 'https://dmenuplus-api-production.dev.danakcorp.com'
|
||||
@@ -53,6 +53,11 @@ const ScheduleList: FC = () => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='bg-yellow-100 text-yellow-500 text-sm p-4 rounded-lg mt-5 w-fit mx-auto font-bold'>
|
||||
نکته :
|
||||
در صورتی زمان بندی یک روز هفته را وارد نکنید در تمامی ساعت ها امکان سفارش گیری می باشد.
|
||||
</div>
|
||||
|
||||
<Table
|
||||
columns={columns}
|
||||
data={schedules}
|
||||
|
||||
Reference in New Issue
Block a user