이미지 파일 업로드 기능
CI / test (push) Failing after 10m34s
CI / pr_and_merge (push) Has been cancelled

This commit is contained in:
2025-11-23 19:07:41 +09:00
parent 8ea8a186a0
commit 7a8ad7c057
77 changed files with 3206 additions and 124 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ import { FormSelectPropertiesPanel } from "../forms/FormSelectPropertiesPanel";
import { FormCheckboxPropertiesPanel } from "../forms/FormCheckboxPropertiesPanel";
import { FormRadioPropertiesPanel } from "../forms/FormRadioPropertiesPanel";
import { FormControllerPanel } from "../forms/FormControllerPanel";
import { ProjectPropertiesPanel } from "./ProjectPropertiesPanel";
interface PropertiesSidebarProps {
blocks: Block[];
@@ -208,7 +209,7 @@ export function PropertiesSidebar(props: PropertiesSidebarProps) {
})()}
</div>
) : (
<p className="text-xs text-slate-500"> .</p>
<ProjectPropertiesPanel />
)}
</aside>
);