mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix action params
This commit is contained in:
@@ -76,7 +76,7 @@ const Settings = ({ config, onChange }) => {
|
||||
|
||||
const scriptExtraLibs = [
|
||||
[
|
||||
"declare class ActionParams {",
|
||||
"declare interface actionParams {",
|
||||
" /**",
|
||||
" * actionParams are provided by dialog popup form",
|
||||
" */",
|
||||
|
||||
2
src/components/fields/Action/action.d.ts
vendored
2
src/components/fields/Action/action.d.ts
vendored
@@ -13,7 +13,7 @@ type ActionContext = {
|
||||
storage: firebasestorage.Storage;
|
||||
db: FirebaseFirestore.Firestore;
|
||||
auth: firebaseauth.BaseAuth;
|
||||
actionParams: ActionParams;
|
||||
actionParams: actionParams;
|
||||
user: ActionUser;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user