diff --git a/frontend/src/lib/components/DatatableSchemaDiff.svelte b/frontend/src/lib/components/DatatableSchemaDiff.svelte index 9870b432c5..1ab67330de 100644 --- a/frontend/src/lib/components/DatatableSchemaDiff.svelte +++ b/frontend/src/lib/components/DatatableSchemaDiff.svelte @@ -533,7 +533,7 @@ }} >

- This will run the following SQL on {parentWorkspaceId}: + This will run the following SQL on workspace {parentWorkspaceId}:

 
 				
- {#if comparison && comparison.summary.total_diffs > 0} - - {/if} +
diff --git a/frontend/src/lib/components/WorkspaceDeployLayout.svelte b/frontend/src/lib/components/WorkspaceDeployLayout.svelte index 91e36f907b..878763125a 100644 --- a/frontend/src/lib/components/WorkspaceDeployLayout.svelte +++ b/frontend/src/lib/components/WorkspaceDeployLayout.svelte @@ -143,7 +143,7 @@ {:else}
-
{emptyMessage}
+
{emptyMessage}
{/if}