🐛 fix: fix build actions
parent
2a52e0c5a8
commit
ea62ee2045
|
|
@ -47,9 +47,6 @@ jobs:
|
|||
- name: Install deps
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm run build
|
||||
|
||||
- name: Release
|
||||
id: release
|
||||
run: pnpm run release
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -16,7 +16,7 @@ const App = memo(() => {
|
|||
formatPrompt();
|
||||
setLoading(false);
|
||||
});
|
||||
onUiUpdate(() => {
|
||||
onUiTabChange(() => {
|
||||
setCurrentTab();
|
||||
});
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in New Issue