mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: docker volume upload
This commit is contained in:
@@ -128,7 +128,9 @@ export const DatabaseContent = (props: DatabaseContentProps) => {
|
|||||||
channels={activeOrganizationStorageChannels}
|
channels={activeOrganizationStorageChannels}
|
||||||
organizationId={props.organizationId}
|
organizationId={props.organizationId}
|
||||||
/>
|
/>
|
||||||
<ImportModal database={database}/>
|
{database.dbms != "docker-volume" && (
|
||||||
|
<ImportModal database={database}/>
|
||||||
|
)}
|
||||||
<HealthModal database={database} healthLogs={data?.health ?? []}/>
|
<HealthModal database={database} healthLogs={data?.health ?? []}/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user