mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Align support store initial state
This commit is contained in:
@@ -8,8 +8,8 @@ export type SupportData = {
|
||||
};
|
||||
|
||||
export const supportData = writable<SupportData>({
|
||||
message: '',
|
||||
subject: '',
|
||||
message: null,
|
||||
subject: null,
|
||||
file: null
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user