Skip to content

Commit

Permalink
✔ Fix Tombol Submit ~
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Jun 10, 2023
1 parent a8bcf03 commit c6e5b22
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
1 change: 0 additions & 1 deletion dist/fansubid/browser/241.b2ed9a16c349bebd.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/fansubid/browser/241.e54740d1964f1682.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fansubid/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.1e6ba364812141f2.js" type="module"></script><script src="polyfills.325a71d3e423341a.js" type="module"></script><script src="scripts.03e7a8120a25f41a.js" defer></script><script src="main.cac86ca13d593c6c.js" type="module"></script>
<script src="runtime.85f49f932bd4ea53.js" type="module"></script><script src="polyfills.325a71d3e423341a.js" type="module"></script><script src="scripts.03e7a8120a25f41a.js" defer></script><script src="main.cac86ca13d593c6c.js" type="module"></script>


</body></html>
12 changes: 6 additions & 6 deletions dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1686369221723,
"timestamp": 1686378582890,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -16,7 +16,7 @@
"/180.f9ad0839230f4cfe.js",
"/219.698ea9fdc5aa1276.js",
"/229.f048c8b9a061bc52.js",
"/241.b2ed9a16c349bebd.js",
"/241.e54740d1964f1682.js",
"/255.a5211bf5ffe96bdb.js",
"/268.77110f2d6faa4abb.js",
"/297.dfff6394b810fcb0.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
"/main.cac86ca13d593c6c.js",
"/manifest.webmanifest",
"/polyfills.325a71d3e423341a.js",
"/runtime.1e6ba364812141f2.js",
"/runtime.85f49f932bd4ea53.js",
"/scripts.03e7a8120a25f41a.js",
"/styles.b7715bd3777a7953.css"
],
Expand Down Expand Up @@ -90,7 +90,7 @@
"/180.f9ad0839230f4cfe.js": "1025720887b7adbe5c30468cbb22533c034b859d",
"/219.698ea9fdc5aa1276.js": "48af942baf7deb3a110b467a693164da0493f993",
"/229.f048c8b9a061bc52.js": "bdf5470fdcecb5f3eddf646fcaffe4bcbfd99c0a",
"/241.b2ed9a16c349bebd.js": "574fd3c73a942011d032f45c087343bef3d94862",
"/241.e54740d1964f1682.js": "096def0dbb90878fc2365d312e490cdf4a9d1668",
"/255.a5211bf5ffe96bdb.js": "34ebd1389e5f25f305b81c486c252827c62cc6a6",
"/268.77110f2d6faa4abb.js": "0ae323f7b578dd614fd5f18dfc6efda9c69a1fd1",
"/297.dfff6394b810fcb0.js": "ad029ba49233a551b404434f2b211abbb76abe8d",
Expand All @@ -114,11 +114,11 @@
"/960.cf76071ca1fb40b4.js": "7b413c0e87b4c1be4b7d993ac0e7404202d47786",
"/common.ac0ed540e3ab82a3.js": "27ad6f976af96ecfe2f83db7a8e582f55ed6d0e9",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "a44832c862300f60a6e50013f4aebafddc67c80d",
"/index.html": "679748274441cbf6651ed9b6b8ed94063c6bcdcd",
"/main.cac86ca13d593c6c.js": "9364b398e78a12587d5487532ea9fd94c477ba0b",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.325a71d3e423341a.js": "18f8a8b77e7d11be1385d438c6d218cc68c0edb3",
"/runtime.1e6ba364812141f2.js": "16c347b0aff6ea91281e46bec7a2866f9ae6be2c",
"/runtime.85f49f932bd4ea53.js": "b28a6e148b878aaa0bd6ae83081936ddcd2ab9ee",
"/scripts.03e7a8120a25f41a.js": "2f52334f58ca527e57efab741f2fac760e6dd84d",
"/styles.b7715bd3777a7953.css": "6a4fb31261ad2bda1b8ec794be0ad4898589e453"
},
Expand Down

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

2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/api/controllers/attachment.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ export class AttachmentController {
await this.attachmentRepo.save(resAttachmentSave);
});
} else {
this.ds.sendAttachment(resAttachmentSave, resAttachmentSave?.user_ || user).then(async (chunkParent) => {
this.ds.sendAttachment(resAttachmentSave, resAttachmentSave.user_ || user).then(async (chunkParent) => {
resAttachmentSave.discord = chunkParent;
resAttachmentSave.pending = false;
await this.attachmentRepo.save(resAttachmentSave);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export class BerkasCreateComponent implements OnInit, OnDestroy {
next: state => {
this.gs.log('[UPLOAD_EVENTS]', state);
if (state.status === 'complete') {
this.submitted = false;
this.gs.log('[UPLOAD_COMPLETED]', state.response);
this.fg.controls['attachment_id'].patchValue(state.response.result.id);
this.uploadToast = this.toast.warning(
Expand Down

0 comments on commit c6e5b22

Please sign in to comment.