Skip to content

Commit

Permalink
remove not in event dialog from admin project
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 9, 2024
1 parent f2d4212 commit f55d922
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion web-app/admin/src/ng1/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ app
.component('fileUpload', fileUpload)
.component('fileBrowser', fileBrowser)
.controller('NavController', require('./mage/mage-nav.controller'))
.controller('NotInEventController', require('./error/not.in.event.controller'))
.directive('fileUploadGrid', require('./file-upload/file-upload-grid.directive'))
.animation('.slide-down', function() {
return {
Expand Down
11 changes: 0 additions & 11 deletions web-app/admin/src/ng1/error/not.in.event.controller.js

This file was deleted.

11 changes: 0 additions & 11 deletions web-app/admin/src/ng1/error/not.in.event.html

This file was deleted.

0 comments on commit f55d922

Please sign in to comment.