mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 12:41:36 +10:00
fix: swap server-actions for trpc mutations
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
export const STEP = {
|
||||
EMAIL: 'EMAIL',
|
||||
NAME: 'NAME',
|
||||
SIGN: "SIGN"
|
||||
SIGN: 'SIGN',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user