diff --git a/IHP/IDE/SchemaDesigner/View/Layout.hs b/IHP/IDE/SchemaDesigner/View/Layout.hs index 94a11b5fe..b145b3536 100644 --- a/IHP/IDE/SchemaDesigner/View/Layout.hs +++ b/IHP/IDE/SchemaDesigner/View/Layout.hs @@ -3,7 +3,7 @@ module IHP.IDE.SchemaDesigner.View.Layout (schemaDesignerLayout, findStatementBy import IHP.ViewPrelude import IHP.IDE.SchemaDesigner.Types import IHP.IDE.ToolServer.Types -import IHP.IDE.ToolServer.Layout +import IHP.IDE.ToolServer.Layout hiding (tableIcon) import IHP.IDE.SchemaDesigner.Compiler (compileIdentifier, compilePostgresType, compileExpression) import qualified IHP.IDE.SchemaDesigner.Parser as Parser import qualified Text.Megaparsec as Megaparsec @@ -244,7 +244,7 @@ renderObjectSelector statements activeObjectName = [hsx| renderObject (StatementCreateTable CreateTable { name }) id = [hsx| contextMenuId <> "'); event.stopPropagation();"}>
- {name} + {tableIcon} {name}