mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-23 08:28:10 +00:00
error placeholder bg fix (#20394)
This commit is contained in:
parent
ed87bf892a
commit
1c467d0ee1
@ -41,7 +41,7 @@ const CreateErrorPlaceHolder = ({
|
||||
|
||||
return (
|
||||
<div
|
||||
className={classNames(className, 'bg-white h-full flex-center')}
|
||||
className={classNames(className, 'h-full flex-center')}
|
||||
data-testid={`create-error-placeholder-${heading}`}>
|
||||
<Space align="center" className="w-full" direction="vertical" size={10}>
|
||||
<AddPlaceHolderIcon
|
||||
|
Loading…
x
Reference in New Issue
Block a user