Showing message on the center of the page in Branches.
This commit is contained in:
parent
6e57108f8e
commit
80717f0458
@ -237,14 +237,17 @@ const ServiceBranch = () => {
|
|||||||
!isError &&
|
!isError &&
|
||||||
(!data?.data || data.data.length === 0) && (
|
(!data?.data || data.data.length === 0) && (
|
||||||
<tr>
|
<tr>
|
||||||
<td
|
<td colSpan={columns.length + 1}>
|
||||||
colSpan={columns.length + 1}
|
<div
|
||||||
className="text-center py-12"
|
className="d-flex justify-content-center align-items-center"
|
||||||
>
|
style={{ height: "150px" }}
|
||||||
No Branch Found
|
>
|
||||||
|
No Branch Found
|
||||||
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user