Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bda1dbb03 | |||
| fa9208189f |
@@ -327,7 +327,7 @@ export default function DashboardPage() {
|
||||
</div>
|
||||
|
||||
{/* Linha adicional Mobile para Filtros e Busca */}
|
||||
{view === 'patients' && isMobile && (
|
||||
{view === 'patients' && (
|
||||
<div className="show-mobile" style={{ padding: '0 20px 10px', width: '100%', display: 'flex', flexDirection: 'column', gap: 10 }}>
|
||||
<select
|
||||
className="client-filter form-control"
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.1.48
|
||||
2.1.49
|
||||
|
||||
Reference in New Issue
Block a user