Skip to content

Commit

Permalink
refactor: fix bundle for ticket-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gosiexon-zen committed Nov 13, 2024
1 parent 81f584c commit 6747668
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 19 deletions.
17 changes: 0 additions & 17 deletions assets/new-request-form-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions assets/service-catalog-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default defineConfig([
"new-request-form": "src/modules/new-request-form/index.tsx",
"flash-notifications": "src/modules/flash-notifications/index.ts",
"service-catalog": "src/modules/service-catalog/index.tsx",
"ticket-fields": "src/modules/ticket-fields/index.tsx",
},
output: {
dir: "assets",
Expand Down
4 changes: 4 additions & 0 deletions src/modules/service-catalog/ServiceCatalogItemPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ const ButtonWrapper = styled.div`
display: flex;
flex-direction: column;
align-items: center;
bottom: 0;
left: 0;
right: 0;
width: 100%;
@media (max-width: ${(props) => props.theme.breakpoints.md}) {
position: sticky;
Expand Down
1 change: 0 additions & 1 deletion templates/document_head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"new-request-form": "{{asset 'new-request-form-bundle.js'}}",
"flash-notifications": "{{asset 'flash-notifications-bundle.js'}}",
"service-catalog": "{{asset 'service-catalog-bundle.js'}}",
"ticket-fields": "{{asset 'ticket-fields-bundle.js'}}",
"new-request-form-translations": "{{asset 'new-request-form-translations-bundle.js'}}",
"shared": "{{asset 'shared-bundle.js'}}",
"ticket-fields": "{{asset 'ticket-fields-bundle.js'}}",
Expand Down

0 comments on commit 6747668

Please sign in to comment.