🚀 Auto-deploy: BrainWind atualizado em 14/07/2026 18:03:29
This commit is contained in:
@@ -15,7 +15,7 @@ import { useProjects } from '../lib/hooks/useProjects';
|
||||
import { useWindStore } from '../store/appStore';
|
||||
|
||||
interface SaveModuleDialogProps {
|
||||
moduleType: 'galpao' | 'cilindro' | 'vault' | 'dome' | 'sign' | 'isolated-roof' | 'bar' | 'bridge' | 'dynamics' | 'piperack';
|
||||
moduleType: 'galpao' | 'cilindro' | 'vault' | 'dome' | 'sign' | 'isolated-roof' | 'bar' | 'bridge' | 'dynamics' | 'piperack' | 'tower';
|
||||
inputs: Record<string, unknown>;
|
||||
triggerButton?: React.ReactNode;
|
||||
}
|
||||
@@ -48,6 +48,7 @@ export const SaveModuleDialog: React.FC<SaveModuleDialogProps> = ({ moduleType,
|
||||
terrainCategory: windStore.terrainCategory,
|
||||
largestDimension: windStore.largestDimension,
|
||||
heightZ: windStore.heightZ,
|
||||
locality: windStore.locality,
|
||||
} : undefined;
|
||||
|
||||
await save({
|
||||
|
||||
Reference in New Issue
Block a user