-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add meta tab * Add query * Add fields * Add meta fields * Fix date metadata * fix metadata * Fix saved value retreival * Add update * Add checkbox * Save * Save change * Fix linting * add translations * Fix typing issues * Fix typing issues * Add meta changes --------- Co-authored-by: mimoham24 <69579255+mimoham24@users.noreply.github.com>
- Loading branch information
1 parent
3888e97
commit 68082d9
Showing
26 changed files
with
906 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
import { Tabs } from "antd"; | ||
|
||
export type { TabsProps } from "antd"; | ||
export default Tabs; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.