mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
remove second deploy button
This commit is contained in:
@@ -35,20 +35,6 @@ export default function BuilderInstaller({ handleClose }: IProjectSettings) {
|
||||
</Typography>
|
||||
<br />
|
||||
|
||||
<Button
|
||||
variant="contained"
|
||||
endIcon={<OpenInNewIcon />}
|
||||
onClick={() => {
|
||||
window.open(
|
||||
"https://deploy.cloud.run/?git_repo=https://github.com/FiretableProject/FunctionsBuilder.git",
|
||||
"_blank"
|
||||
);
|
||||
}}
|
||||
>
|
||||
Deploy
|
||||
</Button>
|
||||
<br />
|
||||
|
||||
<Box
|
||||
display="flex"
|
||||
justifyContent="center"
|
||||
|
||||
@@ -40,6 +40,10 @@ export default function ProjectSettings({
|
||||
|
||||
const onOpenBuilderInstaller = () => {
|
||||
handleClose();
|
||||
window.open(
|
||||
"https://deploy.cloud.run/?git_repo=https://github.com/FiretableProject/FunctionsBuilder.git",
|
||||
"_blank"
|
||||
);
|
||||
handleOpenBuilderInstaller();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user