Skip to content

Commit

Permalink
console error
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Oct 29, 2024
1 parent bcbc9b3 commit 870fa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/features/Volumes/VolumesLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const VolumesLanding = () => {
label="Search"
placeholder="Search Volumes"
sx={{ mb: 2 }}
value={query}
value={query ?? ''}
/>
<Table>
<TableHead>
Expand Down

0 comments on commit 870fa9c

Please sign in to comment.