Skip to content

Commit

Permalink
feat(platform): Add new variables to a project (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: kriptonian1 <[email protected]>
Co-authored-by: rajdip-b <[email protected]>
  • Loading branch information
3 people authored Jan 11, 2025
1 parent bb48f6c commit d6c6252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/platform/src/app/(main)/project/[project]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import {
} from '@/components/ui/dialog'
import { Input } from '@/components/ui/input'
import ControllerInstance from '@/lib/controller-instance'
import AddSecretDialog from '@/components/ui/add-secret-dialog'
import {
Select,
SelectContent,
Expand All @@ -31,7 +32,6 @@ import {
SelectValue
} from '@/components/ui/select'
import { Toaster } from '@/components/ui/sonner'
import AddSecretDialog from '@/components/ui/add-secret-dialog'

interface DetailedProjectPageProps {
params: { project: string }
Expand Down Expand Up @@ -342,7 +342,6 @@ function DetailedProjectPage({
{tab === 'variable' && <VariablePage currentProject={currentProject} />}
</div>
<Toaster />
<Toaster />
</main>
)
}
Expand Down

0 comments on commit d6c6252

Please sign in to comment.