Skip to content

Commit f6adbce

Browse files
committed
chore: rebuild pnpm lockfile
1 parent c905fbe commit f6adbce

File tree

4 files changed

+8213
-7542
lines changed

4 files changed

+8213
-7542
lines changed

governance/xc_admin/packages/xc_admin_frontend/components/tabs/General.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const General = ({ proposerServerUrl }: { proposerServerUrl: string }) => {
201201
uploadAnchor.setAttribute('type', 'file')
202202
uploadAnchor.setAttribute('accept', '.json')
203203
uploadAnchor.addEventListener('change', (e) => {
204+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
204205
const file = (e.target as HTMLInputElement).files![0]
205206
const reader = new FileReader()
206207
reader.onload = (e) => {

0 commit comments

Comments
 (0)