Skip to content

Commit

Permalink
Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 5, 2024
1 parent 3a2a1f9 commit 6d96135
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/containers/apps/AppsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import Timestamp from '../global/Timestamp'
import { IAppDef } from './AppDefinition'
import onDeleteAppClicked from './DeleteAppConfirm'
import DescriptionPanel from './DescriptionPanel'
import EditableSpan from './EditableProjectName'
import EditableSpan from './EditableSpan'

const ALL_APPS = 'ALL_APPS'
const ROOT_APPS = 'ROOT_APPS'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/containers/apps/appDetails/AppDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import ClickableLink from '../../global/ClickableLink'
import ErrorRetry from '../../global/ErrorRetry'
import { IAppDef } from '../AppDefinition'
import onDeleteAppClicked from '../DeleteAppConfirm'
import EditableSpan from '../EditableProjectName'
import EditableSpan from '../EditableSpan'
import AppConfigs from './AppConfigs'
import HttpSettings from './HttpSettings'
import Deployment from './deploy/Deployment'
Expand Down

0 comments on commit 6d96135

Please sign in to comment.