데이터 테이블 첨부파일 연계
This commit is contained in:
@@ -3010,6 +3010,8 @@ export default function ScreenDesigner({ selectedScreen, onBackToList }: ScreenD
|
||||
onUpdateProperty={(componentId: string, path: string, value: any) => {
|
||||
updateComponentProperty(componentId, path, value);
|
||||
}}
|
||||
currentTable={tables.length > 0 ? tables[0] : undefined}
|
||||
currentTableName={selectedScreen?.tableName}
|
||||
/>
|
||||
</FloatingPanel>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user