This commit is contained in:
+1
-5
@@ -7,11 +7,7 @@ type Props = {
|
||||
};
|
||||
|
||||
const TaskDetailAttachmentPopover: FC<Props> = ({ onClose, onSubmit }) => {
|
||||
return (
|
||||
<div className="absolute top-full right-0 mt-2 z-30 w-[300px] bg-white/90 backdrop-blur-md rounded-2xl p-4 shadow-lg border border-white/80">
|
||||
<TaskDetailAttachmentForm onClose={onClose} onSubmit={onSubmit} />
|
||||
</div>
|
||||
);
|
||||
return <TaskDetailAttachmentForm onClose={onClose} onSubmit={onSubmit} />;
|
||||
};
|
||||
|
||||
export default TaskDetailAttachmentPopover;
|
||||
|
||||
Reference in New Issue
Block a user