propmt input in mobile + print email + ltr and rtl new message + najva token
This commit is contained in:
@@ -10,8 +10,6 @@ import {
|
||||
export const getDrafts = async (
|
||||
query: MessageListQueryDto
|
||||
): Promise<InboxResponse> => {
|
||||
console.log("query", query);
|
||||
|
||||
const isSearch =
|
||||
!!query.search || !!query.datestart || query.dateend || query.from;
|
||||
const url = isSearch ? "search" : "messages/drafts";
|
||||
|
||||
Reference in New Issue
Block a user